I have big xlsx file (16 000 rows and 14 columns), I tried to use PHPExcel to read it, but I got error: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 58 bytes) in Z:\home\xlsx.qqq\www\PHPExcel\Classes\PHPExcel\Worksheet.php on line 961
.
Is it possible to read big xlsx file in php without such errors?
Thanx!