I am using POI API to read Template N for creating an XLS file via Java.
I want to get the chart from the template. What is the way to do this?
If you create charts in the template, then it will be updated automatically. You insert data into the spreadsheet.
If you want to create a chart from scratch, I believe that this functionality is not yet available in POI.
From the POI site:
You can not create charts at this time. You can still create a chart in Excel, modify the chart data values using HSSF And can have a new spreadsheet out. This is possible because the POI attempts to keep the current record as close as possible.
Comments
Post a Comment