On Mon, 7 Feb 2011, rahul.soa wrote:
Now, I am intended to create some charts like pie, bar, pareto etc out of the data from excel sheet and place those charts in the same workbook in different sheets. Is this possible to do so with Apache POI?

As mentioned several times in the list archives, the safest bet is to create a template in excel with a named range, then use that in your chart. You then use POI to populate all your data and update the named range, then excel sees the new data in the chart

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to