export_row_column_headings property

export_row_column_headings property

Indicates whether exports sheet’s row and column headings when saving to HTML files.

Remarks

The default value is false.

Definition:

@property
def export_row_column_headings(self):
    ...
@export_row_column_headings.setter
def export_row_column_headings(self, value):
    ...

See Also