This topic is locked

export data with excell compressed/ zip file

6/21/2022 8:26:57 AM
PHPRunner General questions
J
jackwood author

Sometime users export data with range more than 1 month (more than 50.000 rows) it will caused error while export and bother performance of the server.
is there any way to solve the issue with export the excel file with .zip file or any other solution?

Sergey Kornilov admin 6/21/2022

Excel 2007 file (XSLX) already stored in zip format. So the problem is that with downloading this amount of data but most likely with PHP not having enough memory to process this kind of data. If you post your error message here it will help with troubleshooting.