https://github.com/toransahu/excel2json-3
[PyPi Package] Convert Excel Sheet into JSON file.
https://github.com/toransahu/excel2json-3
convertor excel json microsoft-excel package pypi
Last synced: 6 months ago
JSON representation
[PyPi Package] Convert Excel Sheet into JSON file.
- Host: GitHub
- URL: https://github.com/toransahu/excel2json-3
- Owner: toransahu
- License: agpl-3.0
- Created: 2018-02-10T14:57:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:44:40.000Z (about 3 years ago)
- Last Synced: 2024-11-08T16:49:39.366Z (about 1 year ago)
- Topics: convertor, excel, json, microsoft-excel, package, pypi
- Language: Python
- Homepage:
- Size: 799 KB
- Stars: 12
- Watchers: 1
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Excel to JSON Converter
[](https://travis-ci.org/toransahu/excel2json-3)
[](https://badge.fury.io/py/excel2json-3)





[](https://saythanks.io/to/toransahu)
A minimal API that converts MS Excel (.xls & .xlsx) files, or from a given URL into JSON files.
## Features
- Download as package using [`pip`](https://pypi.org/project/pip/) and use in your code.
- Supports both type of MS Excel file formats
- MS Excel 2003 (.xls)
- MS Excel 2007 (.xlsx)
- It also comes with command line interface (CLI) which facilitates the conversion from URL or local MS Excel file to JSON files.
Example:
- GET file from URL & convert to JSON.
```bash
excel2json-3 --urls https://example.com/example.xls
```
- GET file from disk & convert to JSON.
```bash
excel2json-3 --file /home/ubuntu/Documents/example.xlsx
```
## Contribution
You can contribute in following ways:
- Report bugs
- Add more "APIs"
- Give suggestions to make it better
- Fix issues & submit a pull request
## [TODOs](/docs/TODO.md)