Hi Thank you for the answer. I want a little bit different thing - export of Excel sheets (including charts) to Powerpoint.
Regards Evgeny -----Original Message----- From: matrixx [mailto:[EMAIL PROTECTED] Sent: Montag, 11. Februar 2008 18:09 To: POI Users List Subject: Re: Charts in HSSF [EMAIL PROTECTED] schrieb: > Hi > > When is it expected to have charts support in HSSF? > Just generate the chart with JFreeChart, export it as an Image and embed it with poi :) If the Drawing API of POI will fully work someday you can draw the ChartPanel of JFreeChart via chartPanel.print(Graphics) into your Excel sheet resulting in a nice vector graphic. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
