Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)