Using Excel with Python

From PeformIQ Upgrade
Revision as of 08:45, 19 February 2013 by PeterHarding (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Examples

>>> from win32com.client.dynamic import Dispatch
>>>
>>> from win32com.client.dynamic import Dispatch
>>>
>>> excel = Dispatch('Excel.Application')
>>>
>>>
>>>
>>> excel.visible = True

Links