I'm reading the excel file in php using excel library. Its showing error after uploading.
Error like
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 8388608 bytes)
How can I solve this issue.
I'm reading the excel file in php using excel library. Its showing error after uploading.
Error like
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 8388608 bytes)
How can I solve this issue.