Top "Win32com" questions

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

ImportError: No module named win32com.client

I am currently using python 2.7 and trying to open an Excel sheet. When using the code below: import os from …

python excel win32com
.doc to pdf using python

I'am tasked with converting tons of .doc files to .pdf. And the only way my supervisor wants me to do …

python pdf automation ms-word win32com
Clearly documented reading of emails functionality with python win32com outlook

I'm trying to understand outlook interaction through win32com better. I've been unable to find clear documentation that allows me …

python python-3.x email outlook win32com
python win32 COM closing excel workbook

I open several different workbooks (excel xlsx format) in COM, and mess with them. As the program progresses I wish …

python winapi excel com win32com
How to install win32com.client on Python 3.4 or Python 2.7

I tried to install win32com.client using the syntax below, but no success >>> pip install pywin32 …

python win32com
What exactly does win32com.client.Dispatch("WScript.Shell")?

I was searching for a Python piece of code which would simulate keystrokes. I stumble upon something using win32com.…

python windows pywin32 win32com
.xlsx and xls(Latest Versions) to pdf using python

With the help of this .doc to pdf using python Link I am trying for excel (.xlsx and xls formats) …

python excel pdf excel-2010 win32com
Python read my outlook email mailbox and parse messages

Possible Duplicate: Reading e-mails from Outlook with Python through MAPI I am completely new to Python and have been given …

python outlook mapi win32com imaplib
No module named 'win32api'

In Python 3.4 from Anaconda, I created a program and it is giving me and import error each time I run …

python winapi python-3.x module win32com
Read Outlook Events via Python

Outlook has some things to desire - like showing multiple month view So I decided to give it a try …

python python-2.7 outlook-2010 win32com