Currently, our Syncfusion Blazor Spreadsheet component offers a "Save As" option in the UI for exporting spreadsheet data directly to a downloadable file. However, this approach limits flexibility when users need to save spreadsheet data to a database or handle it programmatically.
To address this, we propose enhancing the saving functionality by introducing a new Save method with SaveOptions, which enables more granular control over how spreadsheet data is saved and handled.
The SaveOptions object may include the following options:
- FileName: Allows specifying the name of the downloadable file.
- SaveType: Determines the download type for the spreadsheet data.
This enhanced Save method will empower developers with greater control over spreadsheet data, enabling both programmatic manipulation and flexible file downloading.