KoolPHP Inc
KoolPHP Inc
I see, may be you following command to convert the array to using numeric keys before inserting to ArrayDataSource ``` $data = array_values($data); ```
Hi George, To use the function exportToExcel, please use the ExcelExportable trait like this: `class MyReport extends koolreport\KoolReport { use \koolreport\excel\ExcelExportable; ...`
Thanks Victor for your great answer.
Thank you very much!