public class XSSFPivotTableHelper extends Object implements PivotTableHelper
CLASS| Constructor and Description |
|---|
XSSFPivotTableHelper() |
| Modifier and Type | Method and Description |
|---|---|
PivotCache |
createPivotCache(AreaReference sourceRef,
Workbook book) |
PivotTable |
createPivotTable(CellReference destination,
String name,
PivotCache pivotCache,
Sheet sheet) |
List<PivotCache> |
initPivotCaches(Workbook book) |
List<PivotTable> |
initPivotTables(Sheet sheet) |
public List<PivotCache> initPivotCaches(Workbook book)
initPivotCaches in interface PivotTableHelperpublic PivotCache createPivotCache(AreaReference sourceRef, Workbook book)
createPivotCache in interface PivotTableHelperpublic List<PivotTable> initPivotTables(Sheet sheet)
initPivotTables in interface PivotTableHelperpublic PivotTable createPivotTable(CellReference destination, String name, PivotCache pivotCache, Sheet sheet)
createPivotTable in interface PivotTableHelperCopyright © 2020. All rights reserved.