Error while reading xlsx file in java using Apache Poi on CLI

For the below code i m getting error as below java.lang.ClassNotFoundException: org.apache.xmlbeans.XmlException

I am executing the code on CLI. I have added all the jars needed.

  1. Poi-version.jar
  2. Poi example – version.jar
  3. Poi ooxml version.jar
  4. Poi-ooxml-schemas-version.jar
  5. Stax-api.jar
  6. Xmlbeans-version.jar
  7. Commons-collections-version.jar
  8. Curvesapi.jar
  9. Dom4j.jar

Still it is not working. code

Asked on July 16, 2020 in XML.
Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.