is_xl97 property

is_xl97 property

This flag exists for backward compatibility with older existing spreadsheet files, and is set to true if this web query was created in Microsoft Excel 97. This is an optional attribute that can be ignored.

Definition:

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

See Also