ExcelExportOptions class

ExcelExportOptions class

Creates an export options of excel file.

Inheritance: ExcelExportOptionsExportOptions

The ExcelExportOptions type exposes the following members:

Constructors

Constructor Description
__init__(self) Initializes a new instance of the ExcelExportOptions class.
__init__(self, group_cells) Initializes a new instance of the ExcelExportOptions class.

Properties

Property Description
group_cells This flag determines whether it is necessary to group rows when exporting to Excel format

See Also