Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
How many rows were you trying to export? If it's a lot pls consider using BigSpreadsheetExportable, which uses stream to read/write to save memory and time at the cost of less customization and chart, instead of ExcelExportable, which normally requires more memory and time but is more customized. Here's the demo:
http://localhost/htdocs/KoolReport/koolreport_examples_dong/reports/excel/big_spreadsheet/
The example code is at the end of the page. One note is that to export to CSV with big spreadsheet you still need an excel view instead of using a datastore name directly.
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo