I am trying to use this library to stream excel stored in Azure Blob storage. I added following jars to my project:
xlsx-streamer-1.2.1.jar
xmlbeans-2.6.0.jar
stax-api-1.0.2.jar
poi-3.12.jar
poi.ooxml-3.12.jar
poi-ooxml-schemas-3.12.jar
While running the application i am getting an error "java.lang.ClassNotFoundException: org.apache.poi.util.StaxHelper". Under org.apache.poi.util i do not see StaxHelper.
Hi,
I am trying to use this library to stream excel stored in Azure Blob storage. I added following jars to my project: xlsx-streamer-1.2.1.jar xmlbeans-2.6.0.jar stax-api-1.0.2.jar poi-3.12.jar poi.ooxml-3.12.jar poi-ooxml-schemas-3.12.jar
While running the application i am getting an error "java.lang.ClassNotFoundException: org.apache.poi.util.StaxHelper". Under org.apache.poi.util i do not see StaxHelper.
Any pointer to resolve this issue?
Thanks, Rahul