How can I add Colum Label using Apache POI 3.12.
Name Team Country Player Status
a fcb z active
b rm z injured
c fcb z active
d rm z injured
e am z banned
f rcb z banned
g rm y injured
h am y active
i am y active
Pivot Details : Row Label - Country. (Works fine) Colum Label - Team (Unable to add this using POI) Report Filter - Player Status (Works fine) & Values - Count of Name (Works fine)
Whenever I use the addColumLabel() function the column used is added to Values! Should I use the addDataColumn() function, if so, how shoul it be used ?