]> git.cworth.org Git - turbot/commitdiff
Switch from using append() to update() for inserting into a spreadsheet
authorCarl Worth <cworth@cworth.org>
Wed, 13 Jan 2021 04:03:36 +0000 (20:03 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 13 Jan 2021 04:03:36 +0000 (20:03 -0800)
The append() method was the entirely wrong thing: It puts data in as
new rows below existing data. The update() method does what we want,
(sets data at a specific range).


No differences found