SheetSet
Contents
[
Hide
]SheetSet class
Describes a set of sheets.
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.
Methods
| Name | Description |
|---|---|
| constructor_overload$1() | |
| 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. |
constructor_overload$1()
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.