public class XSSFPivotCache extends POIXMLDocumentPart
POIXMLDocumentPart.RelationPart
Modifier | Constructor and Description |
---|---|
|
XSSFPivotCache() |
|
XSSFPivotCache(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache ctPivotCache) |
protected |
XSSFPivotCache(PackagePart part)
Creates n XSSFPivotCache representing the given package part and relationship.
|
protected |
XSSFPivotCache(PackagePart part,
PackageRelationship rel)
Deprecated.
in POI 3.14, scheduled for removal in POI 3.16
|
Modifier and Type | Method and Description |
---|---|
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache |
getCTPivotCache() |
protected void |
readFrom(java.io.InputStream is) |
_invokeOnDocumentRead, addRelation, addRelation, commit, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationId, getRelationParts, 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) throws java.io.IOException
part
- - The package part that holds xml data representing this pivot cache definition.java.io.IOException
@Deprecated protected XSSFPivotCache(PackagePart part, PackageRelationship rel) throws java.io.IOException
java.io.IOException
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.