Disable Compatibility Checker in Excel

Using Microsoft Excel

To disable the Compatibility Checker in Microsoft Excel (for example Microsoft Excel 2007/2010):

  • (Excel 2007) On the Office button, click Prepare, then Run Compatibility Checker, and then clear the Check compatibility when you save this workbook option.
  • (Excel 2010 & 2013) On the File tab, click Info, then Check for issues, click Check Compatibility, and, finally, clear the Check compatibility when you save this workbook option.

Using Aspose.Cells APIs

Set the WorkbookSettings.CheckComptiliblity property to False to disable Microsoft Excel’s Compatibility Checker.

Suppose we have a template XLS file. When a user saves or re-saves it in MS Excel 2007/2010/2013, the Compatibility Checker dialog box is displayed, as shown in the screenshot below.

todo:image_alt_text

The following code shows how to disable the Compatibility Checker with Aspose.Cells for Java.