https://github.com/hrosicka/jsonparsertoexcelpython
You dont have excel and you need transform json data into Excel. Simple script - example of parse json file, create dictionary and export into excel file - as example is used party list of friends
https://github.com/hrosicka/jsonparsertoexcelpython
excel json parser partylist python xlsx
Last synced: 9 months ago
JSON representation
You dont have excel and you need transform json data into Excel. Simple script - example of parse json file, create dictionary and export into excel file - as example is used party list of friends
- Host: GitHub
- URL: https://github.com/hrosicka/jsonparsertoexcelpython
- Owner: hrosicka
- License: mit
- Created: 2024-03-12T20:04:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T19:23:38.000Z (over 1 year ago)
- Last Synced: 2025-01-26T12:14:26.193Z (11 months ago)
- Topics: excel, json, parser, partylist, python, xlsx
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JsonParserToExcelPython
## Transfom data from json file into Excel file - simple script
- Read json file - party list of friends is used as example
- Create dictionary from json
- Export dictionary into excel
### Json file - input
Json file - party list of friends [Json file - parsed data](https://github.com/hrosicka/JsonParserToExcelPython/blob/master/PartyList.json).
### Excel file - output
Excel file - party list of friends [Excel file - results](https://github.com/hrosicka/JsonParserToExcelPython/blob/master/party_list.xlsx).
### Final results in Excel file
