Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Excel and CSV Conversion to JSON and XML in JavaScript (apievangelist.com)
25 points by skram on Sept 25, 2013 | hide | past | favorite | 5 comments


Something similar submitted 6 months ago: https://news.ycombinator.com/item?id=5322177

http://niggler.github.com/js-xlsx/ and http://niggler.github.com/js-xls/ seem to be pure in-browser parsers for Excel, whereas the Mr Data Converter solution is just parsing data coming out of the clipboard


I think it would be fairly easy to whip up something like this with WebODF (http://webodf.org). That is able to show real spreadsheet documents from software like Excel, LibreOffice, Apache OpenOffice and Calligra. Of course that works if you move away from the binary formats and choose OpenDocument Format - but this is default in most (and at least in Europe also one of the defaults of the latest two versions of Microsoft Office).


This isn't actually a usable API, it's a page that you can paste into.


a ripoff/clone of http://shancarter.github.io/mr-data-converter - years old


To be fair, the article acknowledges as much:

> The solution I've employed involved discovering and forking of a kick ass data conversion tool called Mr. Data Converter, and quickly the tool retrofitted with some of my own enhancements:

> * HTML5 File API - Allows me to acces file content without server side technology. > * oAuth.io - Dead simple, client side oAuth for Github and other platforms. > * Github.js - A JavaScript API wrapper for Github, enabling client-side interaction.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: