In a Jupyter Notebook, I'm importing data from various web searches, cleaning it up, and making projections and other analyses. The final product must be in an Excel file. The Excel file I produce, however, is just a table of data and is not very user-friendly.
One thing a user has asked is that the rows in the excel sheet be colored differently on weekends and on weekdays (the data is all DateTime data).
Is it possible to automatically prepare an Excel sheet in Python so that the entire creation process is automated?