Arthur, We've done something similar. The chart support in POI is limited but it does not change existing charts. We create templates with the chart style and layout we want in Excel, using a Named Range for the Chart Data Source. We use POI to open the template, populate the Named Range, and then save the workbook as a new file.
-Russ -----Original Message----- From: Arthur Goncalves [mailto:[EMAIL PROTECTED] Sent: Monday, February 18, 2008 2:18 PM To: [email protected] Subject: How to create a graphic and insert values Dear all, I'm writing a software that will read information inside two columns (Time and Value) in excel file. After that, I will have to create a graphic (Time in Y-axis and Value in X-axis) using these values. Can anybody tell me how I can do that (the last part)? Thanks in advances Best Regards -- Arthur Gonçalves --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
