I am creating a spreadsheet from scratch using xlwings and populating it with data from a text file.
I am trying to figure out a way to create a comment for cells using xlwings. From everything I have seen this is not possible. Does anyone know of a way to do this?
If not, then I have already created a VBA script in the past that I can use but is there a way that I can port this VBA script into my python script? I would like to do this so I dont have to run the python script and then separately run a VBA script.
Thank you in advance.