Introspection of win32com module / pythoncom module
- by crystal
Hi,
what is the best way to see what all functions that can be performed using pythoncom module?
Specifically, i was working with the win32com module to operate upon excel files. I was not able to find introspection for it as we do for the rest of the modules.
Can anyone please suggest how can i retrieve this information?