Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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>