Sunday, 25 August 2013

Python win32com constants

Python win32com constants

I'm currently wondering how to list the constants in win32com in python,
for example using excel win32com.client.Dispatch('Excel.Application')
Is there a way to display all constants using win32com.client.Constants ?
Or does someone know where i could find win32com's documentation ? Because
all the links I found are dead ...

No comments:

Post a Comment