Pom.xml - org.apache.poi.POIXMLException | Selenium Forum
M
Posted on 13/03/2016
Hi

I am creating a sample maven project, which will read the data from the excel as explained in Module 20. However, it is giving me the error "org.apache.poi.POIXMLException: java.lang.reflect.InvocationTargetException".

Without maven, this sample project is working fine. It seems to be problem with pom.xml dependencies for excel reading.

Attached is the pom.xml which I am using and error screen shot. Please help.


Thanks,
Ash-win

M
Replied on 14/03/2016

check all the poi api dependencies in pom.

there might be missing some.


M
Replied on 15/03/2016

I have the updated poi dependencies with me. It would be good if you also share the updated dependencies with me so that I can cross check the same.


M
Replied on 16/03/2016

upload the project.