export_headings property

export_headings property

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

Remarks

NOTE: This member is now obsolete. Instead, please use HtmlSaveOptions.ExportRowColumnHeadings property. This property will be removed 12 months later since June 2022. Aspose apologizes for any inconvenience you may have experienced.

Definition:

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

See Also