poi icon indicating copy to clipboard operation
poi copied to clipboard

Implement specificWorkbookSheet method

Open HasaanA16 opened this issue 4 years ago • 0 comments

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.

HasaanA16 avatar Jul 09 '21 15:07 HasaanA16