Does anyone have any idea how to use Apache POI to read a pivot table from an existing excel file and then add it to a new file?
I already tried to clone an existing sheet, but unfortunately only the values were copied, hence it cannot be done this way...
Any ideas on what else I can try?