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: Fix #27 #28

Closed mcnijman closed 6 years ago

mcnijman commented 6 years ago

This wraps the new cell creation code in an if statement to check if we actually need new cells.

Iwark commented 6 years ago

Thank you!