check_compatibility property

check_compatibility property

Indicates whether check compatibility with earlier versions when saving workbook.

Remarks

The default value is true. Only for Excel97-2003 xls or xlt files.

Definition:

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

See Also