You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Yegor Kozlov <ye...@gmail.com> on 2022/05/02 07:28:00 UTC

Re: Poi Histogram

POI does not provide an API for Excel Charts. A way to do that is to create
a template spreadsheet with the chart and use POI to fill in the data.
Essentially, an Excel workbook is a zipped collection of XML files. Unzip
your template, see where the data is stored and use XmlBeans to populate it.

Yegor

On Fri, Apr 29, 2022 at 9:16 PM Oleg Khodokevich <ol...@gmail.com>
wrote:

> Hello!
> Can you help me to discover more about poi?
> It's a great api. And I try to find how I can create stacked histograms
> like those attached to the letter. But I didn't manage to find this on the
> website.
> And I would like to know if there are any ways to do this?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
> For additional commands, e-mail: dev-help@poi.apache.org