parse_html_tag_in_cell property

parse_html_tag_in_cell property

Indicates whether html tag(such as <div></div>) in cell should be parsed as cell value or preserved as it is. The default value is true.

Definition:

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

See Also