I\'m using Reuters integrated in Excel to retrieve market data. For task automation , I currently use VBA but now I want to switch to python. The package pyxll
pyxll
Try this -
import os from win32com.client import GetObject os.startfile(r'C:\path\to\ReutersExcel.exe') xlApp = GetObject(None, 'Excel.Application')