Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
It is our mistake in the example, to fix that, please add
use \koolreport\export\Exportable;
to the report SalesPivotExtract
class
So it will look like this:
class SalesPivotExtract extends koolreport\KoolReport
{
use \koolreport\excel\ExcelExportable;
use \koolreport\export\Exportable;
...
We have fixed the example in our online site and here is the result.
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo