export_similar_border_style property

export_similar_border_style property

Indicating whether exporting the similar border style when the border style is not supported by browsers. If you want to import the html or mht file to excel, please keep the default value. The default value is false.

Definition:

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

See Also