public class PivotTableHelper extends java.lang.Object implements PivotTableHelper
CLASS| Constructor and Description |
|---|
PivotTableHelper() |
| 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) |
public PivotCache createPivotCache(AreaReference sourceRef, Workbook book)
createPivotCache in interface PivotTableHelperpublic java.util.List<PivotTable> initPivotTables(Sheet sheet)
initPivotTables in interface PivotTableHelperpublic java.util.List<PivotCache> initPivotCaches(Workbook book)
initPivotCaches in interface PivotTableHelperpublic PivotTable createPivotTable(CellReference destination, java.lang.String name, PivotCache pivotCache, Sheet sheet)
createPivotTable in interface PivotTableHelperCopyright © 2005-2010 Potix Corporation. All Rights Reserved.