[python-win32] Tooltip Autocomplete for Win32com for Excel

Tim Roberts timr at probo.com
Mon Feb 23 19:45:42 CET 2015


Willem Krayenhoff wrote:
> I'm finding it difficult to figure out how to do stuff in Excel from
> Python.  I don't know what properties or parameters are available for
> each object (PyCharm usually provides this via tooltip).  Is there a
> way to get this tooltip help when using Win32com?

In general, the best path is to use Microsoft's MSDN documentation for
the Excel object model.
    https://msdn.microsoft.com/en-us/library/wss56bz7.aspx
You'll have to do a certain amount of translation from C++ or C# into
Python, but that's usually pretty obvious.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list