Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelFormat - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExcelFormat

    An enum that holds the supported excel file formats.

    Inheritance
    System.Object
    ExcelFormat
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ExcelFormat : Enum

    Fields

    Csv

    Denotes the excel file format is csv.

    Declaration
    public const ExcelFormat Csv
    Field Value
    Type Description
    ExcelFormat

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Xlsx

    Denotes the excel file format is xlsx.

    Declaration
    public const ExcelFormat Xlsx
    Field Value
    Type Description
    ExcelFormat
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved