This example scripts is written by Felix Khoi and will go over how you can write from Python to Excel.
The example will contain two versions, one simple and one more advanced. In the simple one you will have to manually write code to write to Excel, it just contains a example of how you do it. The more advanced script will show a user dialog where it lets the user select excel-file, date, hours and project.
The script uses the import OpenPyXL.