Show HN: Sheetlabs – Turn your spreadsheets into APIs
11–20 of 82 posts
Re: Show HN: Sheetlabs – Turn your spreadsheets into APIs
#12Very interesting idea: one possibility for driving demand would be to provide free API hosting for public-domain spreadsheet data (essentially anything published by the government) and charge heavy usage users for access (they could eventually just import the source data if they cared that much, but it could help get the word out).
Re: Show HN: Sheetlabs – Turn your spreadsheets into APIs
#13Particularly 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 future, but if you can get customers without it, I'd hold off with that for as long as possible.
One thing though - I think you should definitely raise your prices. 20Gb and 10 million queries for only €15 per month??!!
Re: Show HN: Sheetlabs – Turn your spreadsheets into APIs
#14Missing screenshots. (Examples)
Good:
Real text, not just a video.
Re: Show HN: Sheetlabs – Turn your spreadsheets into APIs
#15[deleted]
Re: Show HN: Sheetlabs – Turn your spreadsheets into APIs
#16This 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…
Re: Show HN: Sheetlabs – Turn your spreadsheets into APIs
#17Very interesting idea: one possibility for driving demand would be to provide free API hosting for public-domain spreadsheet data (essentially anything published by the government) and charge heavy usage users for access (they could eventually just import the source data if they cared that much, but it could help get the word out).
I've been thinking along very similar lines, but more along a Github-esque model: Host your data and APIs for free, providing you publish them publicly. If you take them private, you pay a little. Early days yet, today is mostly about gauging interest.
I actually just ran the following search on Google:
inurl:.xls site:gov
and uncovered a bunch of random Excel spreadsheets (such as this one: http://www.whitehouse.gov/sites/default/files/omb/budget/fy2...). Would be slightly more complex to do but potentially this would make any published government data instantly accessible via API and (depending on what your backend looks like) you could bake in Solr or ElasticSearch to also provide search inside the data. Maybe an easy onboarding tool to let any visitor to the site specify a publicly accessible spreadsheet and then automatically create the API?
Looking forward to seeing what you do with it!
Re: Show HN: Sheetlabs – Turn your spreadsheets into APIs
#18Would it be possible to include google spreadsheets as an input source?
Re: Show HN: Sheetlabs – Turn your spreadsheets into APIs
#19[deleted]
Curious, others are importing xls docs without issue, but yours is failing silently with return code 77 from libreoffice-headless (which is being used for the conversion). A quick Google shows I'm not alone here. Leave it with me, I'll reply here. In the meantime, feel free to convert to CSV or XLSX first and then import.
Re: Show HN: Sheetlabs – Turn your spreadsheets into APIs
#20This 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…