Is possible to connect google spreadsheet as a database | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is possible to connect google spreadsheet as a database

I can't because of i haven't learned JavaScript. Html form is done so i want connect google spreadsheet as a database then i need script on spreadsheet and html form. If anyone give me script code i will be very helpful and very grateful.

25th Jul 2023, 9:44 AM
Ahmed Raihan
Ahmed Raihan - avatar
2 Answers
+ 3
It is possible, probably because it is not very clear what you are trying to do... If you want to add new lines in a sheet, coming from a web form, then it is much easier to use the Google Forms for this, it is free and does not require any coding skill. https://workspace.google.com/products/forms/ For more complicated things, like reading anything from an existing table or making changes through your own program or website, you can use the Sheets API. But it is not a topic for beginners. I think you will need a developer account and create some API keys which you should keep secret. So using Sololearn as your backend platform is a very bad idea, because you have no way to protect your secret key from abuse. https://developers.google.com/sheets/api/guides/concepts And nobody will give you "script code" here, especially so because you did not even write what the script is supposed to do. My advice is to learn the basics of a programming language, then you can build the code yourself.
25th Jul 2023, 3:59 PM
Tibor Santa
Tibor Santa - avatar
+ 2
Thanks for giving ideas
25th Jul 2023, 4:44 PM
Ahmed Raihan
Ahmed Raihan - avatar