https://bz.apache.org/bugzilla/show_bug.cgi?id=61297
Bug ID: 61297
Summary: got this message: this error should NEVER happen while
trying to copy rows in Excel
Product: POI
Version: 3.16-dev
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 35132
--> https://bz.apache.org/bugzilla/attachment.cgi?id=35132&action=edit
got this message: this error should NEVER happen!
I was trying to copy some row of data from one part of sheet to another and
then save it to another workbook and I got this error. As it said error should
NEVER Happen I filed this report. Will see what I did wrong.
run:
start test
number of sheets=1
sheet=template_4_8_16
row= 0 27
row=3 no. cells=11 new= 26
... copy rows
row=4 no. cells=11 new= 27
... copy rows
Exception in thread "main"
org.apache.poi.openxml4j.exceptions.OpenXML4JRuntimeException: Rule M2.4
exception : this error should NEVER happen! If you can provide the triggering
file, then please raise a bug at
https://bz.apache.org/bugzilla/enter_bug.cgi?product=POI and attach the file
that triggers it, thanks!
at
org.apache.poi.openxml4j.opc.internal.ContentTypeManager.getContentType(ContentTypeManager.java:340)
at
org.apache.poi.openxml4j.opc.internal.ContentTypeManager.removeContentType(ContentTypeManager.java:253)
at
org.apache.poi.openxml4j.opc.OPCPackage.removePart(OPCPackage.java:1020)
at
org.apache.poi.openxml4j.opc.PackagePart.getOutputStream(PackagePart.java:519)
at
org.apache.poi.xssf.usermodel.XSSFWorkbook.commit(XSSFWorkbook.java:1826)
at
org.apache.poi.POIXMLDocumentPart.onSave(POIXMLDocumentPart.java:414)
at org.apache.poi.POIXMLDocument.write(POIXMLDocument.java:242)
at
modelbacktest_excel.ModelBackTest_excel.main(ModelBackTest_excel.java:53)
Java Result: 1
--
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]