python-scripts/scripts/json-to-excel/README.md

14 lines
200 B
Markdown
Raw Normal View History

2022-10-10 07:47:59 +00:00
# JSON to Excel converter
This is a simple Python script to convert a JSON file to an Excel file.
## Usage
```bash
# install xlwt
pip install xlwt
# run script
python main.py <JSON_FILE_PATH>
```