When trying to open up an excel file using python win32com, the excel instance does not load in any add-in. I looked at How do I run excel using all the default add-ins from Python win32com but it does not appear anybody responded with something meaningful.
Like that poster, I am using specific add-ins and need the add-ins to be loaded. I tried making a macro in the .xls file that calls and loads in the add-in but that still doesn't work.
Any ideas?