I am trying to use an Excel spreadsheet with java, I read that Apache POI looks like the best solution regarding my concerns...
I downloaded the latest stable version of POI 3.11 from http://poi.apache.org/download.html
After it, I tried to add it in my Intellij project with two ways :
- File - Project Structure - Modules - Dependencies - add - POI
- File - Project Structure - Libraries - add - POI
After that, I tried to import as it is specified in the documentation:
import org.apache.poi
But it does not work, I guess it is because I did not add the library properly.