SheetSet constructor
init
Creates a sheet set based on exact sheet indexes.
def __init__(self, sheet_indexes):
...
Parameter | Type | Description |
---|---|---|
sheet_indexes | list | zero based sheet indexes. |
Remarks
If a sheet is encountered that is not in the workbook, an exception will be thrown during rendering.
init
Creates a sheet set based on exact sheet names.
def __init__(self, sheet_names):
...
Parameter | Type | Description |
---|---|---|
sheet_names | list | sheet names. |
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