Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Under the hood, we use the official library PHPOffice/PhpSpreadsheet of Microsoft. So it should be the best way to create Excel file. It is possible to handle that large of dataset, remember to:
Dear KoolReport team
My problem is same, I can't select more 25,000 rows data...
I want know about
1.May be you should off the max execution time to avoid timeout
How can I do that?
(I already increase memory 128M for PHP, and I using Codeigniter, laravel illuminate DB)
Hi Yoonmin,
With a lot of data, exporting to excel is expected to take some time to produce the xlsx file. For example, with 2 million rows, 6 million cells (3 cells per row), BigSpreadsheetExportable could take from 8-20 minutes. In that case please try to increase max_execution_time in your php.ini file. The location of php.ini depends on your OS and software. Remember to restart your http server after changing as well.
Let us know if there's any issue with that. Thanks!
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo