It seems like this is the best NPM solution?
https://www.npmjs.com/package/google-spreadsheet
I thought I’d double check here just in case. I just need to send data from a form in the meteor app to a google spreadsheet.
It seems like this is the best NPM solution?
https://www.npmjs.com/package/google-spreadsheet
I thought I’d double check here just in case. I just need to send data from a form in the meteor app to a google spreadsheet.
I ended up going with this: https://www.npmjs.com/package/sheetsdb
It has better examples than google-spreadsheet
and makes inserting from a form super simple.