Question

Can we write our front end design and use the google spreadsheet for the back-end for a website?

Thank You

Was it helpful?

Solution

Google Apps Script might also be a good option for you. You can host your code on the Google servers (all written in JavaScript) with easy access to all the spreadsheet and docs APIs. You can see a lot of tutorials on the site.

Another even simpler option might be Google Forms - if you are just trying to gather some data and record it in the spreadsheet.

OTHER TIPS

You have probably already found an answer or a workaround, but here is an example from Google.

https://developers.google.com/apps-script/storing_data_spreadsheets

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top