How do I make a request from a site to Google Sheets?
-
Hello!
The question is actually the following, maybe someone has already written something similar.
On the site page there is a line for entering a number, when you click the submit button, the values from specific cells in the google table corresponding to this number should appear below. How can you implement it?JavaScript Anonymous, Aug 11, 2020 -
Learning to use the InternetNoah Macias
-
Here I gave an example of how you can get data from Google Sheets as an object:
How to output data from Excel to HTML file?
Try it, use it.Anonymous
2 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!