Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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.