KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Is there a way to export results to xml, csv #1215

Open Lenny Diaz opened this topic on on Dec 12, 2019 - 2 comments

Lenny Diaz commented on Dec 12, 2019

Is there a way to export results to xml, csv

KoolReport commented on Dec 12, 2019

You may try the exporting to CSV of Excel package. Currently we have not had xml exporting because of low in demand but it is easy to make.

KoolReport commented on Feb 2, 2020

To export report to xml, please get the KoolReport 4.5.0 and you can do:

$report = new MyReport;
echo $report->run()->getXml();

You will get xml representing all report's data and metadata.

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
None yet

None