XY graph in Excel sheets using JFreeChart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
vamsi pola

XY graph in Excel sheets using JFreeChart

Post by vamsi pola » Mon Mar 03, 2003 1:44 am

Hi ....i am currently doing a project in JSP and i need to display XYline graph from the dynamic data (which i retrieve from the Access database..) in the Excel Sheets........Could plz suggest me a way to do it...i am new to JFreeChart.....and i would like to find out wehtheher it is possible to implement this using JFreeChart(..as i have to display the graphs in the Excel sheets) ..and ansers will be greatly appreciated...

thanks in advance..

Vamsi Pola

David Gilbert

Re: XY graph in Excel sheets using JFreeChart

Post by David Gilbert » Tue Mar 04, 2003 7:58 am

I don't think it is possible. You could make use of the chart facilities that Excel provides.

The Jakarta POI project provides code for reading and writing Excel files, although I think they are still working on chart support.

Regards,

Dave Gilbert

Locked