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!

2
Votes

Currently, our Syncfusion Blazor Spreadsheet component does not have built-in functionality to retrieve cell values for a specified range, similar to the GetData method available in the EJ2 JavaScript Spreadsheet component. This limitation hinders users from efficiently accessing spreadsheet data in structured formats such as JSON or objects, which are essential for dynamic data manipulation and integration with external systems.


To improve developer productivity and enable more flexible data operations, we propose introducing a GetData method in the Blazor Spreadsheet component. This method should support retrieving data from either the entire sheet or a user-defined cell range.

For reference, please see the implementation of the GetData method in the EJ2 Spreadsheet component:

Additionally, we need to expose the key sheet properties—such as the active sheet index and selected range—to allow developers to programmatically access and utilize these values based on user interactions within the spreadsheet.