SheetRender constructor

init

the construct of SheetRender, need worksheet and ImageOrPrintOptions as params

def __init__(self, worksheet, options):
    ...
ParameterTypeDescription
worksheetWorksheetIndicate which spreadsheet to be rendered.
optionsImageOrPrintOptionsImageOrPrintOptions contains some property of output image

See Also