menu

WPF

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

    Show / Hide Table of Contents

    Enum ExcelSaveType

    Enumeration of the Save types in Excel.

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public enum ExcelSaveType

    Fields

    Name Description
    SaveAsMacro

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

    SaveAsMacroTemplate

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

    SaveAsODS

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

    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.

    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.

    SaveAsXLSB

    Save the workbook into .xlsb format.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved