[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]

Reply via email to