alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum SaveType

    Defines how the spreadsheet save operation exports its result.

    Namespace: Syncfusion.Blazor.Spreadsheet
    Assembly: Syncfusion.Blazor.Spreadsheet.dll
    Syntax
    public enum SaveType
    Remarks

    Controls the behavior of the save operation in the spreadsheet component.

    • Xlsx - Exports the workbook as an .xlsx file using the specified file name.
    • Xls - Exports the workbook as an .xls file using the specified file name.
    • Csv - Exports the workbook as an .csv file using the specified file name.
    • Pdf - Exports the workbook as an .pdf file using the specified file name.

    Fields

    Name Description
    Csv

    Exports the active sheet as a .csv file (Comma-Separated Values).

    Pdf

    Exports the active sheet as a .pdf file (Portable Document Format).

    Xls

    Exports the workbook as an .xls file (Microsoft Excel 97-2003).

    Xlsx

    Exports the workbook as an .xlsx file (Microsoft Excel 2007 and later).

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved