Hello,
I am using this php report example as a reference.
What is the export code for the above report.
Please guide to export the loaded result as excel.
I am using the below code
require_once "OrderList.php";
$report = new OrderList;
$report->run()->exportToExcel()->toBrowser("Property Listings.xls");
But exported report shows,
<b>Warning</b>: array_keys() expects parameter 1 to be array, null given in <b>C:\xampp\htdocs\reports\koolreport\packages\excel\ExcelExportable.php</b> on line <b>37</b><br />
Thanks.