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