I am currently trying to export a DataFrame as an excel lookalike (as you can see in the screen to be more precise). One solution is stated here, however using matplotlibs table object, doesn't allow me to customize the table like an excel lookalike.
Another solution would be to create an excel file and save the formated table as an png, I do not have access to win32com.client though and can only utilize elementary modules. How else could I solve this issue?