I tried to read an excel file in Anylogic software(is based on Eclipse).
I use Poi to read the file but i get java.io.FileNotFoundException
when I launch the program.
Can you help me plese?
This is the code:
FileInputStream fileInputStream = new FileInputStream("C://Users/leonardo/Desktop/ListaAttesa.xlsx");
HSSFWorkbook workbook = new HSSFWorkbook(fileInputStream);