https://issues.apache.org/bugzilla/show_bug.cgi?id=57063

            Bug ID: 57063
           Summary: addColumnLabel - Not possible to set a custom name
           Product: POI
           Version: 3.11-dev
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]

I am running a simple pivot creation which is working in general.

BUT when I am using the function:

pivotTable.addColumnLabel(DataConsolidateFunction.SUM, 4);      
pivotTable.addColumnLabel(DataConsolidateFunction.SUM, 5);

the columns in the pivot table are both just called "SUM".

It would be greate if I had the chance to set a name for this ColumnLabel or at
least the column would builed its name based on the Source Header fields.

-- 
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]

Reply via email to