The main aim of the project is to convert .json file into .xlsx file.
This project helps us easily convert .json files into .xlsx files
- 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 passexample
as parameter in function
- Install pandas and openpyxl library in project folder
- Run the
json_to_xlsx_converter.py
Deepak chouhan