Hacker News new | ask | show | jobs
by pspeter3 528 days ago
I wish Google Sheets supported a REST API for their new tables feature so you could interact with them more like a database and less like a 2D array
1 comments

You could more or less achieve this, by using a Google Apps Script that exposes the sheet. I found spreadapi to be good enough for basic use.

https://github.com/ziolko/spreadapi

This is great, thanks!