I have started using you library and would like to subscribe to the user
Mailing List.

 

I have installed the libraries and run it, nice an easy to use. But it fails
when trying to save into the file.  The problem is a missing class:

SEVERE: org/openxmlformats/schemas/spreadsheetml/x2006/main/CTDxfs$1

java.lang.NoClassDefFoundError:
org/openxmlformats/schemas/spreadsheetml/x2006/main/CTDxfs$1

      at
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs.<clinit>(Unknown
Source)

      at
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs$Factory.newInstan
ce(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)

      at com.aas.phd.xsl.XSLMain.main(XSLMain.java:87)

Caused by: java.lang.ClassNotFoundException:
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs$1

      at java.net.URLClassLoader$1.run(Unknown Source)

      at java.security.AccessController.doPrivileged(Native Method)

      at java.net.URLClassLoader.findClass(Unknown Source)

      at java.lang.ClassLoader.loadClass(Unknown Source)

      at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

      at java.lang.ClassLoader.loadClass(Unknown Source)

      ... 8 more

 

 

I have looked into the different jar files and I could not find
"org/openxmlformats/schemas/spreadsheetml/x2006/main/CTDxfs$1". Please could
anyone help? I will submit my question to the Mailing list as soon as I am
subscribed.

 

Reply via email to