public interface PivotTableHelper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS |
Modifier and Type | Method and Description |
---|---|
PivotCache |
createPivotCache(AreaReference sourceRef,
Workbook book) |
PivotTable |
createPivotTable(CellReference destination,
java.lang.String name,
PivotCache pivotCache,
Sheet sheet) |
java.util.List<PivotCache> |
initPivotCaches(Workbook book) |
java.util.List<PivotTable> |
initPivotTables(Sheet sheet) |
static final java.lang.String CLASS
java.util.List<PivotCache> initPivotCaches(Workbook book)
PivotCache createPivotCache(AreaReference sourceRef, Workbook book)
java.util.List<PivotTable> initPivotTables(Sheet sheet)
PivotTable createPivotTable(CellReference destination, java.lang.String name, PivotCache pivotCache, Sheet sheet)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.