Bug 57413 - Is it possible to use method addColumnLabel without a data consolidation function.
Summary: Is it possible to use method addColumnLabel without a data consolidation func...
Status: RESOLVED INVALID
Alias: None
Product: POI
Classification: Unclassified
Component: XSSF (show other bugs)
Version: 3.11-FINAL
Hardware: PC All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-05 06:35 UTC by mong2534
Modified: 2015-09-13 21:03 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mong2534 2015-01-05 06:35:21 UTC
My English is not good. Sorry if this have any mistakes.


The method in poi to add column label is

addColumnLabel(DataConsolidateFunction function, int columnIndex) 

addColumnLabel(DataConsolidateFunction function, int columnIndex, java.lang.String valueFieldName) 


Is it possible to Insert data into Column Label filed without use a data consolidation function by use addColumnLabel method.

thanks.
Comment 1 Dominik Stadler 2015-09-13 21:03:25 UTC
Bugzilla is probably not the best place for questions, please take a look at the mailing-list, many more people are subscribed to those and you run a better changce of getting a response to questions there. See http://poi.apache.org/mailinglists.html for details.

As to the question, it seems the XML format specification requires this field as the component CTDataField requires a STDataConsolidateFunction.Enum to set the subtotal attribute.