Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
It doesn't for now but you can overcome it with a simple solution like this:
$datastore = new new \koolreport\core\DataStore();
$datastore->data($arrData);
$datastore->meta($meta); // $meta could be an empty array []
\koolreport\excel\Table::create(array(
"dataSource" => $datastore,
...
Pls try it and let us know if you have any trouble. Tks,
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo