Control Google Sheets with Node.js / JavaScript (2021)
Video Statistics and Information
Channel: James Grimshaw
Views: 25,473
Rating: undefined out of 5
Keywords: google, sheets, v4, google sheets, sheets 2021, google sheets api, node js, node, js, javascript, automation
Id: PFJNJQCU_lo
Channel Id: undefined
Length: 25min 50sec (1550 seconds)
Published: Wed Feb 24 2021
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
I was building a site and wanted to send all the form data automatically to a Google Sheet. I found the API documentation confusing, and information online out of date. I thought I would make this to help people and also to show people the possibilities of Google Sheets! Any feedback is appreciated :)
Wish this was available a few months ago! I couldn't get it to work so I rather created a google apps script with api endpoints to control the google sheet(s).
wish i had this a year ago. have had to do this multiple times for my job. even more of a headache when i have to use drive as well
I like the video, clear and concise. There's a ton of things you can do with the google API. It's nice to have this one in the tool belt. Cheers, James!
Awesome I just got into the app script stuff, was wondering how easy it was to control it from my local environment
why not
npm init -y
instead of pressing enter a bunch of times?Thinking of using google docs for a personal project and this looks decent. Is there an end point for different file types? Looking to store in a JSON for quick access and to avoid parsing.