electronicsguy / ESP8266

ESP8266 Projects
242 stars 183 forks source link

How to post data to a specific row?? #51

Closed w1ndsper closed 6 years ago

w1ndsper commented 6 years ago

Hi there, I want to know instead of using appendrow to post the data, is there anyway to post data to a specific row in google spreadsheet??

electronicsguy commented 6 years ago

@w1ndsper will update you soon regarding this. a new project is currently under test which will do this and much more. My new job since last few months has been taking up a lot of my time to work on indie projects.

Hopefully in a few weeks time :)

bigFin commented 6 years ago

Yeah, use setValue().

Sheet.getRange('A1').setValue('doge is good');