Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google spreadsheet as db for web applications

Does anyone know if I can use Google spreadsheet for storing results of my custom HTML form?

I know that Google spreadsheet allows creating a form on a Google domain itself but is it possible to use Google spreadsheet as db for other webapps?

like image 340
Pvt Avatar asked Mar 09 '26 22:03

Pvt


1 Answers

Google Spreadsheets API

The Developers's Guide explains how to use the spreadsheet as a database, and the relevant APIs for adding and retrieving rows.

like image 163
casablanca Avatar answered Mar 12 '26 19:03

casablanca