python-scripts/scripts/json-to-excel
2022-10-10 13:17:59 +05:30
..
main.py Added JSON to Excel converter 2022-10-10 13:17:59 +05:30
README.md Added JSON to Excel converter 2022-10-10 13:17:59 +05:30

JSON to Excel converter

This is a simple Python script to convert a JSON file to an Excel file.

Usage

# install xlwt
pip install xlwt

# run script
python main.py <JSON_FILE_PATH>