I have a huge file that I would like to read so I can fill my mysql database. I tried to use the PHPExcel library but I get an error when I want to load my file :
Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 22 bytes) in C:\Wamp\www\Classes\PHPExcel\Worksheet.php on line 964
I have already increased the value of the memory_limit
in the php.ini
file but it's still not enough. My Excel file is more than 60 MB (5 109 719 cells).
Anybody have an idea how to solve this problem ?