poi
poi copied to clipboard
Implement specificWorkbookSheet method
The specificWorkbookSheet() takes a workbook and sheetNumber as an argument, and creates an html of a specific sheet using the predefined method processSheet().
Initially it was not possible as processSheet() is protected and cannot be used.