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