java - Clone pivot table with Apache POI 3.9? -
does have idea how use apache poi read pivot table existing excel file , add new file?
i tried clone existing sheet, unfortunately values copied, hence cannot done way...
any ideas on else can try?
according limitations on poi site, can't create new pivot table.
that being said, i'd recommend (and system work on does) use template pivot table. open pivot table, clear out rows except first row (row #0, 0-based), write data appropriate columns , rows. write out spreadsheet new file , there go, you've got clone of pivot table.
Comments
Post a Comment