Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Thank you, Alfredo. It's indeed a bug of CSV export's column direct label setting instead of column label meta which is working. To fix this pls replace line 474 of Excel package's ExportHandler.php file:
$colMeta = Util::get($colMetas, $colKey, []);
with these one:
$colMeta = Util::get($colMetas, $colKey, []);
if (is_array($v)) $colMeta = array_merge($colMeta, $v);
We will apply this fix in the next version of Excel and KoolReport Pro. Tks,
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo