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.
- Host: GitHub
- URL: https://github.com/kernel-sqz/ettj
- Owner: kernel-sqz
- License: gpl-3.0
- Created: 2024-03-07T11:13:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T11:37:11.000Z (over 2 years ago)
- Last Synced: 2025-02-26T17:48:32.424Z (over 1 year ago)
- Topics: cli, converter, excel, json, python, table
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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