is_xl2000 property

is_xl2000 property

This flag exists for backward compatibility with older existing spreadsheet files, and is set to true if this web query was refreshed in a spreadsheet application newer than or equal to Microsoft Excel 2000. This is an optional attribute that can be ignored.

Definition:

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

See Also