Hi,

Most likely there is no support for this yet, it seems this was a rather
recent addition to Excel, so you best would limit this to the .xlsx/XSSF
file format to avoid having to dig into .xls/HSSF.

First I would look at the spec for the formats which we link at
http://poi.apache.org/guidelines.html#FileFormatInformation, if the feature
is described there it will provide information about which parts of the
XML-structures you can start looking at.

I suggest you start taking a look at compiling POI described on the page
mentioned before and also take a quick look at the spec for this part, then
we can better discuss code-places that are likely affected and how it can
be implemented.

Also let's use the dev-list for further communication on this topics then.

Dominik.

On Tue, Jan 31, 2017 at 6:38 PM, Krishnakumar Gurumurthy <
krish.sign...@gmail.com> wrote:

> Dear Dev/Committers,
>
> Just curious to know if we have any support for creating slicer on top of
> pivot table in Excel using Apache POI. If not, please provide us a lead
> where we can start looking for contribution of the same.
>
> Thanks in advance,
> Krishna
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@poi.apache.org
> For additional commands, e-mail: user-h...@poi.apache.org
>
>

Reply via email to