I'm using PHPExcel 1.6.7 on wamp. I'm trying to load a big xlsm file of ~2000kb (~2.0mb) At first, php complained of the time the script takes to load, then I changed that time in php.ini, then it complained of the memory size it consumes, again I increased that parameter in php.ini, finally I'm standing with Maxinum Execution Time ~ 5minuts and Memory Limit ~ 400mb and it's steel cannot be loaded. Is there any way to optimise the loading process meaningfully? something like telling it not to load styles or pictures or only load text?
(Do you know how ASP.NET loading excel files? would it be the same?)