new SheetSet(sheets)

Creates a sheet set based on exact sheet indexes. If a sheet is encountered that is not in the workbook, an exception will be thrown during rendering.

Parameter

Name Type Optional Description

sheets

 

 

zero based sheet indexes.

Methods

getActive()

Gets a set with active sheet of the workbook.

getAll()

Gets a set with all sheets of the workbook in their original order.

getVisible()

Gets a set with visible sheets of the workbook in their original order.