This is a simple Python script to convert a JSON file to an Excel file.
# install xlwt pip install xlwt # run script python main.py <JSON_FILE_PATH>