html_format property

html_format property

How to handle formatting from the HTML source when bringing web query data into the worksheet. Relevant when sourceData is True.

Definition:

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

See Also