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.hssf.util |
util package contains tools needed for writing HSSF files that are not necesarily "real"
HSSF concepts.
|
org.zkoss.poi.ss.formula.ptg |
formula package contains binary PTG structures used in Formulas
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.ss.util | |
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 | Class and Description |
---|---|
class |
AreaReference |
Constructor and Description |
---|
Area2DPtgBase(AreaReference ar) |
Area3DPtg(AreaReference arearef,
int externIdx) |
AreaPtg(AreaReference areaRef) |
AreaPtgBase(AreaReference ar) |
Modifier and Type | Method and Description |
---|---|
AreaReference |
PivotTable.getLocationRef()
Returns the location range of the PivotTable.
|
Modifier and Type | Method and Description |
---|---|
PivotCache |
Workbook.createPivotCache(AreaReference sourceRef) |
PivotCache |
PivotTableHelper.createPivotCache(AreaReference sourceRef,
Workbook book) |
void |
PivotTable.setLocationRef(AreaReference ref)
Sets the location range of the PivotTable.
|
Modifier and Type | Method and Description |
---|---|
static AreaReference[] |
AreaReference.generateContiguous(java.lang.String reference)
Takes a non-contiguous area reference, and
returns an array of contiguous area references.
|
static AreaReference |
AreaReference.getWholeColumn(java.lang.String start,
java.lang.String end) |
static AreaReference |
AreaReference.getWholeRow(java.lang.String start,
java.lang.String end) |
Modifier and Type | Method and Description |
---|---|
PivotCache |
SXSSFWorkbook.createPivotCache(AreaReference sourceRef) |
Modifier and Type | Method and Description |
---|---|
AreaReference |
XSSFPivotTable.getLocationRef() |
Modifier and Type | Method and Description |
---|---|
PivotCache |
XSSFWorkbook.createPivotCache(AreaReference sourceRef) |
void |
XSSFPivotTable.setLocationRef(AreaReference ref) |
void |
XSSFPivotCache.setSheetSource(AreaReference sourceRef) |
Modifier and Type | Method and Description |
---|---|
PivotCache |
XSSFPivotTableHelper.createPivotCache(AreaReference sourceRef,
Workbook book) |
Modifier and Type | Method and Description |
---|---|
PivotCache |
PivotTableHelper.createPivotCache(AreaReference sourceRef,
Workbook book) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.