Hacker News new | ask | show | jobs
by 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

1 comments

This is great, thanks!