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 |
---|---|
PivotCache |
HSSFWorkbook.createPivotCache(AreaReference sourceRef) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PivotCache> |
HSSFWorkbook.getPivotCaches() |
Modifier and Type | Method and Description |
---|---|
PivotTable |
HSSFSheet.createPivotTable(CellReference destination,
java.lang.String name,
PivotCache pivotCache) |
Modifier and Type | Method and Description |
---|---|
PivotCache |
Workbook.createPivotCache(AreaReference sourceRef) |
PivotCache |
PivotTableHelper.createPivotCache(AreaReference sourceRef,
Workbook book) |
PivotCache |
PivotTable.getPivotCache()
Returns the
PivotCache of the PivotTable. |
Modifier and Type | Method and Description |
---|---|
java.util.List<PivotCache> |
Workbook.getPivotCaches() |
java.util.List<PivotCache> |
PivotTableHelper.initPivotCaches(Workbook book) |
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 |
---|---|
PivotCache |
SXSSFWorkbook.createPivotCache(AreaReference sourceRef) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PivotCache> |
SXSSFWorkbook.getPivotCaches() |
Modifier and Type | Method and Description |
---|---|
PivotTable |
SXSSFSheet.createPivotTable(CellReference destination,
java.lang.String name,
PivotCache pivotCache) |
Modifier and Type | Class and Description |
---|---|
class |
XSSFPivotCache |
Modifier and Type | Method and Description |
---|---|
PivotCache |
XSSFWorkbook.createPivotCache(AreaReference sourceRef) |
PivotCache |
XSSFPivotTable.getPivotCache() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PivotCache> |
XSSFWorkbook.getPivotCaches() |
Modifier and Type | Method and Description |
---|---|
PivotTable |
XSSFSheet.createPivotTable(CellReference destination,
java.lang.String name,
PivotCache pivotCache) |
void |
XSSFPivotTable.setPivotCache(PivotCache pivotCache) |
Constructor and Description |
---|
XSSFPivotTable(PackagePart part,
PackageRelationship rel,
java.util.List<PivotCache> pivotCaches) |
Modifier and Type | Method and Description |
---|---|
PivotCache |
XSSFPivotTableHelper.createPivotCache(AreaReference sourceRef,
Workbook book) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PivotCache> |
XSSFPivotTableHelper.initPivotCaches(Workbook book) |
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 |
---|---|
PivotCache |
PivotTableHelper.createPivotCache(AreaReference sourceRef,
Workbook book) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PivotCache> |
PivotTableHelper.initPivotCaches(Workbook book) |
Modifier and Type | Method and Description |
---|---|
PivotTable |
PivotTableHelper.createPivotTable(CellReference destination,
java.lang.String name,
PivotCache pivotCache,
Sheet sheet) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.