export_workbook_properties property

export_workbook_properties property

Indicating whether exporting workbook 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_workbook_properties(self):
    ...
@export_workbook_properties.setter
def export_workbook_properties(self, value):
    ...

See Also