Congratulations, all!
Thank you for much-needed software.
-h
On Sun, 2007-05-20 at 15:13 +0100, Nick Burch wrote:
> Hi All
>
> As many of you will know, we put in a proposal to the ASF board, for POI
> to graduate from Jakarta, to its own TLP. This has now been accepted, so
> Apache POI is now
+1
-h
On Fri, 2007-05-04 at 21:45 +0200, Rainer Klute (Rainer Klute
IT-Consulting) wrote:
> +1
>
> Nick Burch schrieb:
> > Hi All
> >
> > After lots of discussion within POI, and Jakarta in general, we think POI
> > is ready to graduate to its own TLP. Thanks to the magic of ApacheCon,
> > lots
The underlying problem is that POI does not handle MS-Excel charts very
well.
The work-around is to create a chart in a document, as I described, then
simply copy the file over and replace the sample data with real data --
POI/HSSF does that just fine.
In MS-Excel, Charts can always be updated to
Jeevan,
The typically recommended approach (and this is what we use as well) is:
1. Use desktop software to create an MS-Excel document with the charts that
you need and have these charts depend on a "name" (HSSFName).
2. In your Java code, rather than creating a new document from scratch,
sta