I\'ve followed a simple guide to constructing a workbook using Apache POI XSSF. Following the same guide I was able to WRITE an Excel sheet, however when attempting to read
I got the same error, try changing the XSSFWorkbook diclaration to HSSFWorkbook. It worked for me.