Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, 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!

9
Votes

Need to provide support to maintain the row-wise and column-wise styles to reduce the size of the sheet model.

Currently, we maintain these styles in the cell model. Instead of duplicating the same row and column styles across all cells, we can directly assign the style to the corresponding row or column model. This approach reduces the overall size of the JSON response.

During import/export, we need to update the row and column style alone instead of updating the same style repeatedly to each cell.