Skip to content

SmartyGrasshopper/JSON_to_Excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: json_excel_converter package is required to run the program.
Install using the following command (with internet available) -
1. On windows -
    py -m pip install json_excel_converter[xlsxwriter]
2. On Linux -
    python3 -m pip install json_excel_converter[xlsxwriter]

Use the main.py file to run the program.
And you should be under the parent folder (JSON_TO_EXCEL folder) while running it.

LICENCE: GPLv3

About

A small/primitive GUI program to export json files to excel (.xlsx) in flattened and unflattened form.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages