please i need some help on the error. I have a javafx project with the following jar files
- fontawesome-fx-8.1.jar
- sqlite-jdbc-3.8.10.1.jar
- controlsfx-8.40.11.jar
- sqljdbc42.jar
- jfoenix-1.0.0.jar
- POI-3.17.jar
- poi-examples-3.17.jar
- poi-excelant-3.17.jar
- poi-ooxml-3.17.jar
- poi-ooxml-schemas-3.17.jar
- poi-scratchpad-3.17.jar
And what i need is to import some excel data to it. I have imported the above jar files
But unfortunately when i try to run the project i get the error:
Caused by: java.lang.NoSuchMethodError: org.apache.poi.ss.usermodel.Workbook.sheetIterator()Ljava/util/Iterator;
at app.controllers.ContentAreaController.nextActionReport(ContentAreaController.java:734)
... 62 more
I have tried googling and what suggested is i change the versions of poi lib files but no luck .Can anyone suggest me the solution as i have spent enough time on the issue
pomand change it to match the correct version string.