Hello,
I just installed Python 3.4.1 and pywin32, using
pywin32-219.win-amd64-py3.4.exe. No problems, no error messages during
installation.
When I try to use adodbapi, I get an ImportError:
Python 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:45:13) [MSC v.1600 64
bit (AMD64)] on win32
Type
Tim Roberts wrote:
>Niemann, Hartmut wrote:
>>I want to create an Excel file through the python COM interface.
>>I can open the file, fill the cells, save the file.
>>Now I want to color single characters in the cell content.
>>In VBA ( see
>>http://stackoverflow.com/questions/7618121/excel-