Package | Description |
---|---|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.xssf.streaming | |
org.zkoss.poi.xssf.usermodel | |
org.zkoss.poi.xssf.usermodel.helpers | |
org.zkoss.zpoiex.ss.usermodel.helpers |
Modifier and Type | Method and Description |
---|---|
PivotTable |
HSSFSheet.createPivotTable(CellReference destination,
java.lang.String name,
PivotCache pivotCache) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PivotTable> |
HSSFSheet.getPivotTables() |
Modifier and Type | Method and Description |
---|---|
PivotTable |
Sheet.createPivotTable(CellReference destination,
java.lang.String name,
PivotCache pivotCache) |
PivotTable |
PivotTableHelper.createPivotTable(CellReference destination,
java.lang.String name,
PivotCache pivotCache,
Sheet sheet) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PivotTable> |
Sheet.getPivotTables() |
java.util.List<PivotTable> |
PivotTableHelper.initPivotTables(Sheet sheet) |
Modifier and Type | Method and Description |
---|---|
PivotTable |
SXSSFSheet.createPivotTable(CellReference destination,
java.lang.String name,
PivotCache pivotCache) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PivotTable> |
SXSSFSheet.getPivotTables() |
Modifier and Type | Class and Description |
---|---|
class |
XSSFPivotTable |
Modifier and Type | Method and Description |
---|---|
PivotTable |
XSSFSheet.createPivotTable(CellReference destination,
java.lang.String name,
PivotCache pivotCache) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PivotTable> |
XSSFSheet.getPivotTables() |
Modifier and Type | Method and Description |
---|---|
PivotTable |
XSSFPivotTableHelper.createPivotTable(CellReference destination,
java.lang.String name,
PivotCache pivotCache,
Sheet sheet) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PivotTable> |
XSSFPivotTableHelper.initPivotTables(Sheet sheet) |
Modifier and Type | Method and Description |
---|---|
PivotTable |
PivotTableHelper.createPivotTable(CellReference destination,
java.lang.String name,
PivotCache pivotCache,
Sheet sheet) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PivotTable> |
PivotTableHelper.initPivotTables(Sheet sheet) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.