Pulling Content From a Google Sheet in JavaScript

I really like what has been created here, but as I am experimenting with the files created by the author the thing I am struggling to figure out is how to make my own Google Sheet readable to the JavaScript file. Evidently it is not a simple a plugging in a link to a viewable Google Sheet. I don’t know much about Google APIs and have no idea where I would need to start to implement something like this for myself. Can anyone lend a hand?

https://codepen.io/quinlo/details/eQrRMM

Hi,

I would recommend that you start here: https://developers.google.com/sheets/api

There you will learn how to perform CRUD operations via the google apis.

Regards,
Steve

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.