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.
Fields
| Name | Description |
|---|---|
| Xlsx | Exports the workbook as an .xlsx file using the provided file name. |