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 |