public class XSSFPivotCache extends POIXMLDocumentPart
DEFAULT_XML_OPTIONS
Modifier | Constructor and Description |
---|---|
|
XSSFPivotCache() |
|
XSSFPivotCache(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache ctPivotCache) |
protected |
XSSFPivotCache(PackagePart part,
PackageRelationship rel)
Creates n XSSFPivotCache representing the given package part and relationship.
|
Modifier and Type | Method and Description |
---|---|
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache |
getCTPivotCache() |
protected void |
readFrom(java.io.InputStream is) |
addRelation, commit, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationId, getRelations, getTargetPart, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, prepareForCommit, read, rebase, removeRelation, removeRelation, toString
@Beta public XSSFPivotCache()
@Beta public XSSFPivotCache(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache ctPivotCache)
@Beta protected XSSFPivotCache(PackagePart part, PackageRelationship rel) throws java.io.IOException
part
- - The package part that holds xml data representing this pivot cache definition.rel
- - the relationship of the given package part in the underlying OPC packagejava.io.IOException
Copyright 2015 The Apache Software Foundation or its licensors, as applicable.