Search code examples
javaapache-poipivot-tableslicers

Apache POI - Support for pivot table slicer


I want to create a slicer for a pivot table using apache POI library.Is there a way to do that?

I have done some research on this and found nothing related to this.


Solution

  • Apache POI does not have the support for filter upto now. However I have managed to create a slicer for an excell pivot table using Aspose Cells Library.

    Sample Code