Iwark / spreadsheet

Google Go (golang) library for reading and writing spreadsheet files on Google Docs.
MIT License
382 stars 53 forks source link

Slow cell update #27

Closed mcnijman closed 6 years ago

mcnijman commented 6 years ago

I have a spreadsheet of about 8.500 rows and 35 columns, that I have to regenerate at a certain interval.

Is there a specific reason that on every update of a single cell, all cells are regenerated? This gets really slow really fast..

mcnijman commented 6 years ago

See PR: https://github.com/Iwark/spreadsheet/pull/28

Iwark commented 6 years ago

Thank you ^^