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

前端 未结 6 1731
执笔经年
执笔经年 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 have to include one more jar.

    xmlbeans-2.3.0.jar
    

    Add this and try.

    Note: It is required for the files with .xlsx formats only, not for just .xls formats.

提交回复
热议问题