An open API service indexing awesome lists of open source software.

https://github.com/kernel-sqz/ettj

Convert excel table to json file.
https://github.com/kernel-sqz/ettj

cli converter excel json python table

Last synced: 26 days ago
JSON representation

Convert excel table to json file.

Awesome Lists containing this project

README

          

# ETTJ

Convert excel table to json file. I've found this usefull to validate data in my database and i've got only xlsx table.
---

## Instalation
```
pip install ETTJ-excel2json
```
## How to use?
Program takes a few arguments:
### positional arguments:
- excel_file_path
> Path to a excel file with table.
- output_path
> Path you want to save a json file.

### options:
- -h, --help
> Show help message and exit