Package org.apache.poi.xssf.usermodel
Interface XSSFPivotTable.PivotTableReferenceConfigurator
- Enclosing class:
XSSFPivotTable
protected static interface XSSFPivotTable.PivotTableReferenceConfigurator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureReference
(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheetSource wsSource) Configure the name or area reference for the pivot table
-
Method Details
-
configureReference
void configureReference(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheetSource wsSource) Configure the name or area reference for the pivot table- Parameters:
wsSource
- CTWorksheetSource that needs the pivot source reference assignment
-