Hacker News new | ask | show | jobs
by dpweb 4103 days ago
You can grab published Google Sheets in JSON using, https://spreadsheets.google.com/feeds/list/{{doc_id}}/od6/pu...

example, https://spreadsheets.google.com/feeds/list/1btWWclsRW6-wrIdC...

1 comments

I'm actually using multiple sheets and jsonp [1], but that's essentially what I'm doing.

[1] https://github.com/hasgluten/hasgluten/blob/master/src/app/p...