export_document_properties property

export_document_properties property

Indicating whether exporting document properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value.

Definition:

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

See Also