https://bz.apache.org/bugzilla/show_bug.cgi?id=64450
Bug ID: 64450
Summary: InvalidFormatException because of a PivotTable
Product: POI
Version: 4.1.2-FINAL
Hardware: PC
Status: NEW
Severity: regression
Priority: P2
Component: OPC
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 37250
--> https://bz.apache.org/bugzilla/attachment.cgi?id=37250&action=edit
XLSX File to reproduce the issue
Reading an XLSX document exported from Google Sheets raises an
org.apache.poi.openxml4j.exceptions.InvalidFormatException: invalid
relationship part/id when the excel file contains a PivotTable.
Code:
OPCPackage.open(stream)
Exception trace:
org.apache.poi.openxml4j.exceptions.InvalidFormatException: invalid
relationship part/id
at
org.apache.poi.openxml4j.opc.PackageRelationshipCollection.parseRelationshipsPart(PackageRelationshipCollection.java:358)
~[poi-ooxml-4.1.2.jar:4.1.2]
at
org.apache.poi.openxml4j.opc.PackageRelationshipCollection.<init>(PackageRelationshipCollection.java:163)
~[poi-ooxml-4.1.2.jar:4.1.2]
at
org.apache.poi.openxml4j.opc.PackageRelationshipCollection.<init>(PackageRelationshipCollection.java:133)
~[poi-ooxml-4.1.2.jar:4.1.2]
at
org.apache.poi.openxml4j.opc.PackagePart.loadRelationships(PackagePart.java:570)
~[poi-ooxml-4.1.2.jar:4.1.2]
at
org.apache.poi.openxml4j.opc.OPCPackage.getParts(OPCPackage.java:734)
~[poi-ooxml-4.1.2.jar:4.1.2]
at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:310)
~[poi-ooxml-4.1.2.jar:4.1.2]
POI version 3.17 was able to read the file with no issues.
Find attached an example.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]