Are You Still Using Apache POI – HSSFWorkbook & XSSFWorkbook To Read/Write Excel? Try WorkbookFactory
We have seen Introduction of Apache POI. In this post, we will see how can we read an excel file using Apache POI library. Earlier, Apache POI used to provide different classes to read/write .xls and .xlsx excel sheets. Class HSSFWorkbook – For xls Class XSSFWorkbook – For xlsx But now Apache POI provides a…