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.
Fields
| Name | Description |
|---|---|
| Csv | Exports the active sheet as a .csv file (Comma-Separated Values). |
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). |