anmcgrath / BlazorDatasheet

Simple excel-like datasheet Blazor component
MIT License
133 stars 32 forks source link

Range changes #42

Closed anmcgrath closed 1 year ago

anmcgrath commented 1 year ago

Change from using an array of cell values to a sparse matrix. Enables many more cells to be stored without storing them in memory. Has some advantages when it comes to clearing & copying large selections.