https://issues.apache.org/bugzilla/show_bug.cgi?id=57071
Bug ID: 57071
Summary: addColumnLabel works only 2 times
Product: POI
Version: 3.11-dev
Hardware: PC
Status: NEW
Severity: critical
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
If I add more than 2 ColumnLabel fields to my Pivot, the Excel which will be
created is not valid anymore.
Just 2 column labels are fine, if you need more you cant add them.
Example:
pivotTable.addColumnLabel(DataConsolidateFunction.SUM, 4);
pivotTable.addColumnLabel(DataConsolidateFunction.SUM, 5);
pivotTable.addColumnLabel(DataConsolidateFunction.COUNT, 7);
pivotTable.addColumnLabel(DataConsolidateFunction.COUNT, 8);
Does not work.
If you pick just 2 of the, it works.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]