Python tutorial - 18 - Read json file and save data to xlsx file
У вашего броузера проблема в совместимости с HTML5
In this tutorial video, I will show you how to read .json file and save data to an Excel file(.xlsx):
1. Create an input .json file which contains coordinator(x,y) in key-value form.
2. Install xlsxwriter python module to write data to an Excel file(.xlsx)
3. Define python class FileManagement which has public methods: read data from input.json file, save data to first worksheet in Excel file. x value in column 0, y value in column 1, sum value in column 2
4. Run program, change input data in .json file, and see the output Excel file.
https://www.youtube.com/c/NguyenDucHoang
Twitter: https://twitter.com/NguyenD97601913
Facebook: https://www.facebook.com/nguyen.duc.hoang.bk