from win32com.client import Dispatch
xlApp = Dispatch("Excel.Application") xlApp.Visible = 1
Check if any workbook exists. if xlApp.Workbooks.Count ......
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Windows.Forms; 6 using System.Thread ......