I have downloaded the most recent Apache poi from https://poi.apache.org/download.html and installed the jars into NetBeans by right-clicking libraries and selecting all the jars, and those in lib.
I'm then presented with these errors when trying to import and use poi in my project.
I have had a long look around and cannot find where I am going wrong here. Please could anyone point me in the right direction?
Maven
,Gradle
, orANT
? Did you create your project using one of the flows from here? – Goldfishs/not/as well as/
. It looks likepoi-ooxml-5.2.2.jar
is missing. – Preempt