Package | Description |
---|---|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
static DataConsolidateFunction |
DataConsolidateFunction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataConsolidateFunction[] |
DataConsolidateFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFPivotTable.addColumnLabel(DataConsolidateFunction function,
int columnIndex)
Add a column label using data from the given column and specified function
|
void |
XSSFPivotTable.addColumnLabel(DataConsolidateFunction function,
int columnIndex,
java.lang.String valueFieldName)
Add a column label using data from the given column and specified function
|
void |
XSSFPivotTable.addColumnLabel(DataConsolidateFunction function,
int columnIndex,
java.lang.String valueFieldName,
java.lang.String valueFormat)
Add a column label using data from the given column and specified function
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.