ruilisi / fortune-sheet

A drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets
https://ruilisi.github.io/fortune-sheet-docs/
MIT License
2.54k stars 227 forks source link

Optimise bulk setCellValue #548

Closed sanchit3008 closed 4 months ago

sanchit3008 commented 5 months ago

Is your feature request related to a problem? Please describe. When setting N cell values at once, the sheet re-renders N times which is not ideal.

Describe the solution you'd like The re-rendering should happen only once like on initial load.