Package org.apache.poi.xssf.usermodel
Class XSSFPivotCacheDefinition
java.lang.Object
org.apache.poi.ooxml.POIXMLDocumentPart
org.apache.poi.xssf.usermodel.XSSFPivotCacheDefinition
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
POIXMLDocumentPart.RelationPart -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPivotArea(Workbook wb) Find the 2D base data area for the pivot table, either from its direct reference or named table/range.voidreadFrom(InputStream is) Methods inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
_invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getNextPartNumber, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, isCommitted, setCommitted, toString
-
Constructor Details
-
XSSFPivotCacheDefinition
-
-
Method Details
-
readFrom
- Throws:
IOException
-
getCTPivotCacheDefinition
-
getPivotArea
Find the 2D base data area for the pivot table, either from its direct reference or named table/range.- Returns:
- AreaReference representing the current area defined by the pivot table
- Throws:
IllegalArgumentException- if the ref attribute is not contiguous or the name attribute is not found.
-