Uses of Class
org.apache.poi.xssf.usermodel.XSSFPivotTable

Packages that use XSSFPivotTable
org.apache.poi.xssf.usermodel   
 

Uses of XSSFPivotTable in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that return XSSFPivotTable
 XSSFPivotTable XSSFSheet.createPivotTable(AreaReference source, CellReference position)
          Create a pivot table and set area of source and a position for pivot table
 XSSFPivotTable XSSFSheet.createPivotTable(AreaReference source, CellReference position, Sheet sourceSheet)
          Create a pivot table and set area of source, source sheet and a position for pivot table
 

Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFPivotTable
 java.util.List<XSSFPivotTable> XSSFWorkbook.getPivotTables()
           
 java.util.List<XSSFPivotTable> XSSFSheet.getPivotTables()
          Returns all the pivot tables for this Sheet
 

Method parameters in org.apache.poi.xssf.usermodel with type arguments of type XSSFPivotTable
protected  void XSSFWorkbook.setPivotTables(java.util.List<XSSFPivotTable> pivotTables)
           
 



Copyright 2016 The Apache Software Foundation or its licensors, as applicable.