ExcelExportOptions constructor

__init__(self)

Initializes a new instance of the ExcelExportOptions class.


def __init__(self):
    ...

__init__(self, group_cells)

Initializes a new instance of the ExcelExportOptions class.


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

See Also