ExcelJSON is a tool to convert CSV
, TSV
to/from JSON
. The tool uses Filereader api for reading uploaded files (no server side upload) and mobile friendly.
- Convert CSV, TSV to JSON
- Convert JSON to CSV, TSV
- Download JSON as CSV, TSV
- Preview and edit JSON and validate it
The tool is hosted at http://exceljson.com.
- VueJS for the main app logic
- d3JS for JSON, CSV, TSV handling
- MaterializeCSS for styling the app
- JSON Formatter for previewing JSON.
- FileReaderJS for handling file uploads in browser.