export_extra_headings property

export_extra_headings property

Indicates whether exporting extra headings when the length of text is longer than max display column. The default value is false. If you want to import the html file to excel, please keep the default value.

Definition:

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

See Also