Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 585 Bytes

File metadata and controls

30 lines (16 loc) · 585 Bytes

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