Skip to content

Latest commit

 

History

History
 
 

JSONtoExcel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Python script that converts JSON file to Excel (xlsx) file.

A Python script that converts JSON file to Excel (xlsx) file.

Prerequisites

You will have to install pandas The installation commands are provided in requirements.txt

How to run the script

First you need to go to the JSONtoExcel directory.

cd Scripts/Miscellaneous/JSONtoExcel

Do the changes required (like changing the file names or content). And then run the following command once you are in project directory

python3 JSONtoEXCEL.py

Sample use of the script

Sample file sampleData.json gives the file exported_json_data.xlsx .

Author Name

Meghana Varanasi