SheetSet constructor

init

Creates a sheet set based on exact sheet indexes.

def __init__(self, sheets):
    ...
ParameterTypeDescription
sheetslistzero based sheet indexes.

Remarks

If a sheet is encountered that is not in the workbook, an exception will be thrown during rendering.

See Also