| Package | Description |
|---|---|
| org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
| 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,
String name,
PivotCache pivotCache) |
| Modifier and Type | Method and Description |
|---|---|
List<PivotTable> |
HSSFSheet.getPivotTables() |
| Modifier and Type | Method and Description |
|---|---|
PivotTable |
Sheet.createPivotTable(CellReference destination,
String name,
PivotCache pivotCache) |
PivotTable |
PivotTableHelper.createPivotTable(CellReference destination,
String name,
PivotCache pivotCache,
Sheet sheet) |
| Modifier and Type | Method and Description |
|---|---|
List<PivotTable> |
Sheet.getPivotTables() |
List<PivotTable> |
PivotTableHelper.initPivotTables(Sheet sheet) |
| Modifier and Type | Method and Description |
|---|---|
PivotTable |
SXSSFSheet.createPivotTable(CellReference destination,
String name,
PivotCache pivotCache) |
| Modifier and Type | Method and Description |
|---|---|
List<PivotTable> |
SXSSFSheet.getPivotTables() |
| Modifier and Type | Class and Description |
|---|---|
class |
XSSFPivotTable |
| Modifier and Type | Method and Description |
|---|---|
PivotTable |
XSSFSheet.createPivotTable(CellReference destination,
String name,
PivotCache pivotCache) |
| Modifier and Type | Method and Description |
|---|---|
List<PivotTable> |
XSSFSheet.getPivotTables() |
| Modifier and Type | Method and Description |
|---|---|
PivotTable |
XSSFPivotTableHelper.createPivotTable(CellReference destination,
String name,
PivotCache pivotCache,
Sheet sheet) |
| Modifier and Type | Method and Description |
|---|---|
List<PivotTable> |
XSSFPivotTableHelper.initPivotTables(Sheet sheet) |
| Modifier and Type | Method and Description |
|---|---|
PivotTable |
PivotTableHelper.createPivotTable(CellReference destination,
String name,
PivotCache pivotCache,
Sheet sheet) |
| Modifier and Type | Method and Description |
|---|---|
List<PivotTable> |
PivotTableHelper.initPivotTables(Sheet sheet) |
Copyright © 2020. All rights reserved.