https://bz.apache.org/bugzilla/show_bug.cgi?id=57867
Drake <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WORKSFORME |--- Version|3.11-FINAL |3.17-FINAL Status|RESOLVED |REOPENED --- Comment #9 from Drake <[email protected]> --- I am using following versions to make XSSF Workbook poi-3.17.jar poi-ooxml-3.17.jar poi-ooxml-schemas-3.17.jar xmlbeans-2.6.0.jar commons-codec-1.10.jar commons-collections4-4.1.jar curvesapi-1.04.jar stax-api-1.0.1.jar When i run the code , in the workbook.write() method it is giving error [Fail to save: an error occurs while saving the package : The part /docProps/core.xml failed to be saved in the stream with marshaller org.apache.poi.openxml4j.opc.internal.marshallers.ZipPackagePropertiesMarshaller@1d386dd] , even the excel generated is of unsupported format(Corrupted) But, when i add xalan-2.6.0.jar , this works perfectly fine , workbook write method is working properly and excel generated is as per expectation. But I don't need xalan-2.6.0 or any of it version. I want to run my code only with above mentioned jars. -- 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]
