I\'m automating some excel related tasks which take a long time.
I\'m creating an excel instance using:
excel = win32.gencache.EnsureDispatch(\'Excel
Why don't you do it like this?
from win32com import client excel=client.Dispatch("Excel.Application")