I am trying to create pivotchart from a pivot table. How can it be done by using Apache POI? I searched Google but could not find any useful informaion. All information is about creating Pivot tables.
Asked
Active
Viewed 648 times
1
-
1This is literally the first hit on google for "apache poi pivot table": https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/xssf/usermodel/examples/CreatePivotTable.java – Rabbit Guy Jul 17 '17 at 20:09
-
@rabbitguy It is about pivot table not pivot chart – Bahri Gökcan Jul 17 '17 at 20:19
-
Charts are largely not supported in Apache POI. This shouldn't be the avenue you are looking at to modify or create charts since it isn't supported. Basically, you can write out the data from charts, but don't expect much else – Rabbit Guy Jul 17 '17 at 20:22