1 Answers
Hi,
If you want to export large dataset, excel exporting library have some limitations.
Increasing PHP memory limit to a big value may solve sometime. However this is not an efficient way.
You can export in CSV which consume far less memory and then open in excel.
You can check optimized CSV export demo in paid package: demos/export/export-custom.php
Sir Even CSV Export is also not supported.Is there some other way sir?
Your Answer