Excel export report an error!!

Hi guys
When I tried to export a grid with 10000 records, the server report thi error: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 9576 bytes) in C:\Inetpub\vhosts\mwtest.com.ar\httpdocs_lib\prod hird\phpexcel\PHPExcel\Style.php on line 423

Are There any to do about this?

Thanks

Sir, you need to increase your memory_limit in the php.ini. What’s your current value?

Hi, thanks for answer

memory_limit is setting to 64M

Hi!
I was doing a little research about cell cache of PHPExcel.
Is there any way to use the cache sqlite3 of PHPExcel ?
I can’t find how to change this parameter. It would be the solution on servers with low memory limit.

Best Regard