top | item 42555809 (no title) pspeter3 | 1 year 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 discuss order hn newest altbdoor|1 year 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 pspeter3|1 year ago This is great, thanks!
altbdoor|1 year 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 pspeter3|1 year ago This is great, thanks!
altbdoor|1 year ago
https://github.com/ziolko/spreadapi
pspeter3|1 year ago