Search Results for

    Show / Hide Table of Contents

    ExcelFile.DefaultFileFormat Property

    Determines the default file format used by Excel when saving a file without specifying one, and when the file format can't be determined from the extension of the file. If set to Automatic (The default) the file will be saved in the same format it was opened. That is, if you opened an xlsx file it will be saved as xlsx. If you opened an xls file (or created it with XlsFile.NewFile()) it will be saved as xls. When this property is automatic, text files will be saved as xls.

    Syntax

    Namespace: FlexCel.Core

    public TFileFormats DefaultFileFormat { get; set; }

    See also

    • ExcelFile
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com