HSSF is prefixed before the class name to indicate operations related to a Microsoft Excel 2003 file.XSSF is prefixed before the class name to indicate operations related to a Microsoft Excel 2007 file or later.XSSFWorkbook and HSSFWorkbook are classes which act as an Excel WorkbookHSSFSheet and XSSFSheet are classes which act as an Excel WorksheetRow defines an Excel rowCell defines an Excel cell addressed in reference to a row.<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.15</version>
</dependency>