I have PHP 5.3.29 installed and trying to read an excel file with php-excel-reader-2.21
, but it gives error as below
Fatal error: Maximum execution time of 300 seconds exceeded in php-excel-reader-2.21\excel_reader2.php on line 143
Also tried to use phpExcelReader
, it gives error as below.
Fatal error: Maximum execution time of 300 seconds exceeded in C:\Apache2.2\htdocs\phpExcelReader\Spreadsheet\Excel\Reader\oleread.php on line 96
Working on maximum time limit may not be helpful here as I have only 2 rows to read in excel file and for that the value "300" I have set is already high. anyone has idea on why the libraries failing to read excel? or any alternative suggestions?