| Interface Name | .xls Implementation Class Name | .xlsx Implementation Class Name |
|---|---|---|
| Workbook | HSSFWorkbook | XSSFWorkbook |
| Sheet | HSSFSheet | XSSFSheet |
| Row | HSSFRow | XSSFRow |
| Cell | HSSFCell | XSSFCell |
Created
December 2, 2025 13:34
-
-
Save mfaisalkhatri/10a037419a287b90ad87c33c5bf0ee95 to your computer and use it in GitHub Desktop.
Apache POI implementation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment