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!>
Thanks for joining our community and helping improve Syncfusion products!
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.