Y
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
altbdoor
528 days ago
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
link
pspeter3
528 days ago
This is great, thanks!
link
https://github.com/ziolko/spreadapi