I am trying to run 2 example of PHPExcel
01simple-download-xlsx.php and 07reader.php
01simple-download-xlsx.php Working Perfect but this example 07reader.php is showing error mentioned below Why can't understand since last 4 hours. Any one can kindly tell me why this is happening when the file is using same directory structure.
Warning: require_once(../Classes/PHPExcel/IOFactory.php): failed to open stream: No such file or directory in C:\xampp\htdocs\manazeschool\software\office_admin\exam_excel\Examples\07reader.php on line 37
Fatal error: require_once(): Failed opening required '../Classes/PHPExcel/IOFactory.php' (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\manazeschool\software\office_admin\exam_excel\Examples\07reader.php on line 37
C:\xampp\htdocs\manazeschool\software\office_admin\exam_excel\PHPExcel\IOFactory.phpdoes not exist. - user3141031