I want to write to an open excel sheet.
I did this:
import win32com.client
app = win32com.client.GetActiveObject("Excel.Application")
but got errors:
AttributeError: module 'win32com.gen_py.00020813-0000-0000-C000-000000000046x0x1x9'
has no attribute 'CLSIDToClassMap'
Can someone please help?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…