mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
[bug-66216] fix issue where pivotTable.getPivotCacheDefinition() returns null
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903445 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3184a18b40
commit
2343428015
@ -97,6 +97,7 @@ public class XSSFPivotTable extends POIXMLDocumentPart {
|
||||
for (POIXMLDocumentPart documentPart : getRelations()) {
|
||||
if (documentPart instanceof XSSFPivotCacheDefinition) {
|
||||
pivotCacheDefinition = (XSSFPivotCacheDefinition) documentPart;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user