SheetSet constructor
init
Creates a sheet set based on exact sheet indexes.
def __init__(self, sheets):
...
Parameter | Type | Description |
---|---|---|
sheets | list | zero based sheet indexes. |
Remarks
If a sheet is encountered that is not in the workbook, an exception will be thrown during rendering.
See Also
- module
aspose.cells.rendering
- class
SheetSet