https://issues.apache.org/bugzilla/show_bug.cgi?id=48572

           Summary: ClassNotFoundException: Missing class in
                    poi-ooxml-schemas-3.6-20091214.jar
           Product: POI
           Version: 3.6
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


When modifing an existing Excel file I always get the following error when
saving it:

java.lang.ClassNotFoundException:
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs$1
        at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387)
        at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
        at
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs.<clinit>(Unknown
Source)
        at
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs$Factory.newInstance(Unknown
Source)
        at org.apache.poi.xssf.model.StylesTable.writeTo(StylesTable.java:362)
        at org.apache.poi.xssf.model.StylesTable.commit(StylesTable.java:377)
        at
org.apache.poi.POIXMLDocumentPart.onSave(POIXMLDocumentPart.java:177)
        at
org.apache.poi.POIXMLDocumentPart.onSave(POIXMLDocumentPart.java:181)
        at org.apache.poi.POIXMLDocument.write(POIXMLDocument.java:214)

It seems that the File
org/openxmlformats/schemas/spreadsheetml/x2006/main/CTDxfs$1 is missing in the
distribution of poi-ooxml-schemas-3.6-20091214.jar


Workaround:
Use ooxml-schemas-1.0.jar instead of poi-ooxml-schemas-3.6-20091214.jar

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]

Reply via email to