Skip to content

Latest commit

 

History

History
 
 

JSON to XLSX converter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

JSON to XLSX converter

Aim

The main aim of the project is to convert .json file into .xlsx file.

Purpose

This project helps us easily convert .json files into .xlsx files

Workflow of the Project

  • Keep the file you want to convert and the script in same folder
  • Pass the file name as parameter
  • Example: if filename is example.json then pass example as parameter in function

Setup instructions

  • Install pandas and openpyxl library in project folder
  • Run the json_to_xlsx_converter.py

Output

Author(s)

Deepak chouhan