import win32com
import win32com.client as win32
xl = win32.gencache.EnsureDisplatch('Excel.Application')
This starts Excel, but for some reason, none of the plugins load.
If Excel is already loaded, the plugins will remain loaded and available.
Please inform.
Context: I clear data from a worksheet that makes calls using its own plugin. If the plugin does not load, all the cells that I need to clear just throw errors.
source
share