java.lang.ClassNotFoundException: org.apache.xmlbeans.XmlException
You need to add the XML beans dependency to your class path.
The library is usually called xmlbeans-x.x.x.jar
I have downloaded the latest poi-3.17 binaries and xmlbeans-x.x.x.jar is included in the downloaded package itself.
Attached the screenshots FYR.