I want to try to connect google sheets to my website, but before I do it I tried to search if is it possible to get data (read) from google sheets so I can show it in my website using javascript. what I want to achieve is to fetch the data so I can show it in my websites, but I'm quite confused if is it really possible or not?
so this is what I want to achieve:
- User fill the google form that I share to my users
- Data will be stored in google sheet (since this is the default option from google form)
- I want to fetch the stored data from google sheets to my websites so they can see the other response from the survey
is it possible to achieve it only using javascript and google sheets?
for information I already read some of source but still confused as to implement it in vanilla.js (normal javascript without any framework such as vue.js or react.js):
- https://robkendal.co.uk/blog/reading-google-sheets-data-using-javascript-with-google-sheets-reader
- Parse a Google spreadsheet into a Javascript array
- How to retrieve data from Google Spreadsheet to Javascript or JSON?
this is example of my spreadsheet public if you want to try it:
https://docs.google.com/spreadsheets/d/e/2PACX-1vS7fJjjdC95htb0nYuIMMkNKQ8WIZz01wdEVq_mZ_L3XrTn_rzXT5aKKQX_WTUsOvTwALVwGwm8mE1t/pubhtml?alt=json
can someone help me about this?