menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelSaveType - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExcelSaveType

    Enumeration of the Save types in Excel.

    Inheritance
    System.Object
    ExcelSaveType
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.NET.dll
    Syntax
    public sealed class ExcelSaveType : Enum

    Fields

    SaveAsMacro

    Save the workbook into a macro-enabled file (.xls or .xlsm).

    Declaration
    public const ExcelSaveType SaveAsMacro
    Field Value
    Type
    ExcelSaveType

    SaveAsMacroTemplate

    Save the workbook into a macro-enabled template file (.xltm).

    Declaration
    public const ExcelSaveType SaveAsMacroTemplate
    Field Value
    Type
    ExcelSaveType

    SaveAsODS

    Save the workbook into open document spreadsheet(.ods) format.Difference between ODS and XLSX format.

    Declaration
    public const ExcelSaveType SaveAsODS
    Field Value
    Type
    ExcelSaveType

    SaveAsTemplate

    Save the workbook into .xlt or .xltx format based on the workbook version. When the workbook version is Excel2007 and above, it uses .xltx format. otherwise .xlt format.

    Declaration
    public const ExcelSaveType SaveAsTemplate
    Field Value
    Type
    ExcelSaveType

    SaveAsXLS

    Save the workbook into .xls or .xlsx format based on the workbook version. When the workbook version is Excel2007 and above, it uses .xlsx format. otherwise .xls format.

    Declaration
    public const ExcelSaveType SaveAsXLS
    Field Value
    Type
    ExcelSaveType

    SaveAsXLSB

    Save the workbook into .xlsb format.

    Declaration
    public const ExcelSaveType SaveAsXLSB
    Field Value
    Type
    ExcelSaveType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved