Table of Contents

TExcelFile.OptionsForceUseCheckCompatibility Property

When the option OptionsCheckCompatibility is true, Excel will refuse to austosave the file. To avoid a confusing situation where Excel refuses to autosave the file and shows a vague warning about an "older file format", OptionsCheckCompatibility is ignored by FlexCel.

In order to force FlexCel to save OptionsCheckCompatibility to the file (thus disabling the "Autosave" function) you need to set this property to true besides OptionsCheckCompatibility.

Syntax

Unit: FlexCel.Core

property TExcelFile.OptionsForceUseCheckCompatibility: Boolean

See also