Title: What’s the easiest way to pull data from google sheet in javascript website?
Hey everyone!
I’m working on a small project and need to figure out how to pull data from google sheet in javascript website. I’ve seen a few methods but not sure which one’s the simplest.
Some folks say use the Sheets API, others suggest JSONP or even making the sheet public (but that feels sketchy lol).
Has anyone done this before? Like, what’s the cleanest way without too much setup?
Also, if there’s a way to avoid CORS issues, that’d be awesome.
Thanks in advance!
(PS: If you’ve got code snippets, even better. I’m still kinda new to this 😅)
Hey everyone!
I’m working on a small project and need to figure out how to pull data from google sheet in javascript website. I’ve seen a few methods but not sure which one’s the simplest.
Some folks say use the Sheets API, others suggest JSONP or even making the sheet public (but that feels sketchy lol).
Has anyone done this before? Like, what’s the cleanest way without too much setup?
Also, if there’s a way to avoid CORS issues, that’d be awesome.
Thanks in advance!
(PS: If you’ve got code snippets, even better. I’m still kinda new to this 😅)
