Uses of Class
org.apache.poi.xssf.usermodel.XSSFPivotTable
-
Packages that use XSSFPivotTable Package Description org.apache.poi.xssf.usermodel -
-
Uses of XSSFPivotTable in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFPivotTable Modifier and Type Method Description XSSFPivotTableXSSFSheet. createPivotTable(Name source, CellReference position)Create a pivot table using the Name range, at the given position.XSSFPivotTableXSSFSheet. createPivotTable(Name source, CellReference position, Sheet sourceSheet)Create a pivot table using the Name range reference on sourceSheet, at the given position.XSSFPivotTableXSSFSheet. createPivotTable(Table source, CellReference position)Create a pivot table using the Table, at the given position.XSSFPivotTableXSSFSheet. createPivotTable(AreaReference source, CellReference position)Create a pivot table using the AreaReference range, at the given position.XSSFPivotTableXSSFSheet. createPivotTable(AreaReference source, CellReference position, Sheet sourceSheet)Create a pivot table using the AreaReference range on sourceSheet, at the given position.Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFPivotTable Modifier and Type Method Description List<XSSFPivotTable>XSSFSheet. getPivotTables()Returns all the pivot tables for this SheetList<XSSFPivotTable>XSSFWorkbook. getPivotTables()Method parameters in org.apache.poi.xssf.usermodel with type arguments of type XSSFPivotTable Modifier and Type Method Description protected voidXSSFWorkbook. setPivotTables(List<XSSFPivotTable> pivotTables)
-