I am currently working on Excel Automation and add that I made good use of the Apache POI library.
Since I have so much data stored in my excel workbook in different columns, I am trying to create a pivot table.
Is there a way to create pivot tables using POI?
My requirement is that I need to create a pivot table in a new Excel workbook or in the same workbook where I store my data.
java excel pivot-table apache-poi
Sabareeshss
source share