Top "Win32com" questions

win32com is a Python module to interact with Windows COM components.

List all methods in COMobject

Is it possible? Something in the lines of : import win32com.client ProgID = "someProgramID" com_object = win32com.client.Dispatch(…

python methods win32com
Charts from Excel to PowerPoint with Python

I have an excel workbook that is created using an excellent "xlsxwriter" module. In this workbook, there about about 200 embedded …

python powerpoint win32com xlsxwriter
Python win32com.client.Dispatch looping through Word documents and export to PDF; fails when next loop occurs

Based on the script here: .doc to pdf using python I've got a semi-working script to export .docx files to …

python pdf docx win32com comtypes
Writing array to Excel in Python with win32com

I'm making a Python script which parses data files. The parsed data is then sent to an Excel file. The …

python excel win32com
How to call Excel VBA functions and subs using Python win32com?

My Excel workbook contains VBA subs and macros similar to those below; they sit in Module1. How to call them …

python excel vba win32com
Send email to multiple recipients using win32com module in Python

I am using win32com to send emails after my code is done. However, I cannot figure out how to …

python email win32com
Issue in using win32com to access Excel file

everyone! I have been using the win32com.client module in Python to access cells of an Excel file containing …

python excel win32com
Is there a python3 version of win32com?

Is there a python3 version of the win32com module? I am running python 3.4.4 and I tried installing the win32…

python python-3.x python-module win32com nameerror
How to continuously monitor a new mail in outlook and unread mails of a specific folder in python

I want to check for a particular sender email and process it automatically wherever it arrives However, there may be …

python win32com pythoncom
Opening Outlook with Python

I am trying to open Outlook with Python and I got this... import win32com.client ol = win32com.client.…

python win32com