KoolReport's Forum

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

Report source data export #3070

Open Ankit Agarwal opened this topic on on Jun 6, 2023 - 3 comments

Ankit Agarwal commented on Jun 6, 2023

We have Dynamic chart to report generation, using source data export needs to work with several types of exports like pdf,excel,csv..

below is my chart code:

            $graphClassName::create(array(
                "title"=>$report_name,
                "dataSource"=>$result,
                "columns"=>$columns1,
                "colorScheme"=>$colors,
                "options"=>array(
                "isStacked"=>true,
                )
            ));
Sebastian Morales commented on Jun 6, 2023

Pls check our export examples:

PDF export

Excel export

CSV export

Ankit Agarwal commented on Jun 7, 2023

I don't want to create table just using chart source data array i want to export data

Sebastian Morales commented on Jun 8, 2023

Pls explain clearly and in more details what you want. Give some examples if needed.

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
help needed

None