public interface PivotTableHelper
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) |
static final String CLASS
List<PivotCache> initPivotCaches(Workbook book)
PivotCache createPivotCache(AreaReference sourceRef, Workbook book)
List<PivotTable> initPivotTables(Sheet sheet)
PivotTable createPivotTable(CellReference destination, String name, PivotCache pivotCache, Sheet sheet)
Copyright © 2020. All rights reserved.