| Package | Description |
|---|---|
| org.apache.poi.xssf.usermodel |
| Modifier and Type | Method and Description |
|---|---|
XSSFPivotTable |
XSSFSheet.createPivotTable(AreaReference source,
CellReference position)
Create a pivot table using the AreaReference range, at the given position.
|
XSSFPivotTable |
XSSFSheet.createPivotTable(AreaReference source,
CellReference position,
Sheet sourceSheet)
Create a pivot table using the AreaReference range on sourceSheet, at the given position.
|
XSSFPivotTable |
XSSFSheet.createPivotTable(Name source,
CellReference position)
Create a pivot table using the Name range, at the given position.
|
XSSFPivotTable |
XSSFSheet.createPivotTable(Name source,
CellReference position,
Sheet sourceSheet)
Create a pivot table using the Name range reference on sourceSheet, at the given position.
|
XSSFPivotTable |
XSSFSheet.createPivotTable(Table source,
CellReference position)
Create a pivot table using the Table, at the given position.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XSSFPivotTable> |
XSSFWorkbook.getPivotTables() |
java.util.List<XSSFPivotTable> |
XSSFSheet.getPivotTables()
Returns all the pivot tables for this Sheet
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XSSFWorkbook.setPivotTables(java.util.List<XSSFPivotTable> pivotTables) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.