java.lang.ClassNotFoundException: org.apache.xmlbeans.XmlObject Error

前端 未结 6 1745
执笔经年
执笔经年 2020-12-05 00:02

I am getting following error

Exception in thread \"main\" java.lang.NoClassDefFoundError: org/apache/xmlbeans/XmlObject at OrderBook.WriteToEx

6条回答
  •  孤城傲影
    2020-12-05 00:17

    You need to include xmlbeans-xxx.jar and if you have downloaded the POI binary zip, you will get the xmlbeans-xxx.jar in ooxml-lib folder (eg: \poi-3.11\ooxml-lib)

    This jar is used for XML binding which is applicable for .xlsx files.

提交回复
热议问题