__init__ constructor

On this page

init

Initializes a new instance of the ExcelExportOptions class.

def __init__(self):
    ...

init

Initializes a new instance of ExcelExportOptions.

def __init__(self, group_cells):
    ...
Parameter Type Description
group_cells bool Group flag.

See Also

On this page