This is a really clever idea. So simple and almost-obvious, yet it's the first time I come across this. Genius. Particularly like the fact that REST APIs are pretty easy to start with providing GET access to resources, but get messy when you start doing POST, PUT, DELETE, PATCH etc. In this case, it's read-only by definition. That must make things so much easier. I can anticipate people asking for update access in fu…
Thanks! I too was surprised when I couldn't find anyone else that had done it. Noted RE pricing, just testing the water for today - consider this a HN special if you want to lock it in early ;)
Show HN: Sheetlabs – Turn your spreadsheets into APIs
21–30 of 82 posts
Re: Show HN: Sheetlabs – Turn your spreadsheets into APIs
#22This looks great. Now if you could only turn websites into a spreadsheet using http://scrape.ly and then turn it into an API using Sheetlabs, that would be awesome.
Re: Show HN: Sheetlabs – Turn your spreadsheets into APIs
#23This looks great. Now if you could only turn websites into a spreadsheet using http://scrape.ly and then turn it into an API using Sheetlabs, that would be awesome.
Try to use https://www.kimonolabs.com/ , it seems that it is what you are looking for.
Re: Show HN: Sheetlabs – Turn your spreadsheets into APIs
#24Re: Show HN: Sheetlabs – Turn your spreadsheets into APIs
#25Just going to leave this here... https://github.com/gimite/google-spreadsheet-ruby
Re: Show HN: Sheetlabs – Turn your spreadsheets into APIs
#26Maybe I'm just underestimating how widely used spreadsheets are for communicating programming information. I've never seen it, but hey, I've never seen a lot of things.
Re: Show HN: Sheetlabs – Turn your spreadsheets into APIs
#27This is a really clever idea. So simple and almost-obvious, yet it's the first time I come across this. Genius. Particularly like the fact that REST APIs are pretty easy to start with providing GET access to resources, but get messy when you start doing POST, PUT, DELETE, PATCH etc. In this case, it's read-only by definition. That must make things so much easier. I can anticipate people asking for update access in fu…
Actually there is a company out there called https://www.ragic.com/ . Not exactly same but similar.
Re: Show HN: Sheetlabs – Turn your spreadsheets into APIs
#28This is a really clever idea. So simple and almost-obvious, yet it's the first time I come across this. Genius. Particularly like the fact that REST APIs are pretty easy to start with providing GET access to resources, but get messy when you start doing POST, PUT, DELETE, PATCH etc. In this case, it's read-only by definition. That must make things so much easier. I can anticipate people asking for update access in fu…
As a sidenote, I love these creatively easier ways to supply data to an API in order to use it quickly and update it quickly (just by re-uploading).
Re: Show HN: Sheetlabs – Turn your spreadsheets into APIs
#29I'm guessing I'm simply not considering the target audience, but so far as I know the groups (people who communicate primarily via spreadsheets) and (people who know what an API is) have a fairly small overlap. Maybe I'm just underestimating how widely used spreadsheets are for communicating programming information. I've never seen it, but hey, I've never seen a lot of things.
So I don't think it's about knowing Excel and knowing what an API is as much as that you can train someone to paste a URL in and then they can build their own reports/worksheets that join in your data.
Re: Show HN: Sheetlabs – Turn your spreadsheets into APIs
#30This is a really clever idea. So simple and almost-obvious, yet it's the first time I come across this. Genius. Particularly like the fact that REST APIs are pretty easy to start with providing GET access to resources, but get messy when you start doing POST, PUT, DELETE, PATCH etc. In this case, it's read-only by definition. That must make things so much easier. I can anticipate people asking for update access in fu…
Thanks! I too was surprised when I couldn't find anyone else that had done it. Noted RE pricing, just testing the water for today - consider this a HN special if you want to lock it in early ;)
It works both in read and write mode. See tutorial: https://apispark.com/docs/tutorials/google-spreadsheet