export_frame_scripts_and_properties property

export_frame_scripts_and_properties property

Indicating whether exporting frame scripts and 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_frame_scripts_and_properties(self):
    ...
@export_frame_scripts_and_properties.setter
def export_frame_scripts_and_properties(self, value):
    ...

See Also