|
|
|
|
|
by mehwoot
3014 days ago
|
|
I did this once. A client wanted a website that mimicked the functionality of a complicated spreadsheet that he had created to calculate quotes for customers and didn't have enough money to pay to have all the logic rewritten in a webserver (not to mention continually updated). I imported the spreadsheet into google sheets, gave him access, and had the webserver paste the values in the spreadsheet via the google sheets api and read them back out. |
|
https://github.com/franciscop/drive-db
Since you can also hook a Google Form to a spreadsheet, you can do surprisingly advanced things over there.