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
The Excel file format is csv
.
Declaration
public const ExcelFormat Csv
Field Value
Type |
---|
ExcelFormat |
Xlsx
The Excel file format is xlsx
.
Declaration
public const ExcelFormat Xlsx
Field Value
Type |
---|
ExcelFormat |