Exporting Chart Data as CSV

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
njrfrens
Posts: 9
Joined: Mon Mar 16, 2009 6:18 am

Exporting Chart Data as CSV

Post by njrfrens » Thu Apr 02, 2009 1:52 pm

I need to create a CSV with the data I used to generate a Bar Chart.

Is there any simpler way where I can do this automatically? instead of myself explicitly formatting and writing data into CSV file...?

Jasper Reports is having a feature to export to different formats like excel, pdf, image etc...
I'm wondering whether JFreeChart has any such...

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: Exporting Chart Data as CSV

Post by david.gilbert » Thu Apr 02, 2009 2:11 pm

We don't have any code for writing datasets to files, but if you write something then please consider submitting a patch for inclusion in a future release of JFreeChart.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked