Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-04T19:23:38.000Z (10 months ago)
- Last Synced: 2024-04-04T20:34:07.163Z (10 months ago)
- Topics: excel, json, parser, partylist, python, xlsx
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 0
- 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
![](https://github.com/hrosicka/JsonParserToExcelPython/blob/master/doc/FinalResults.PNG)