Hello!
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-vba-change-color-of-certain-characters-in-a-cell)
I
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-v
I encountered the same mysterious symptom, but in a completely different
context. DLLs mis-matched. Might be of use to you...
http://curl.haxx.se/mail/curlpython-2014-05/0010.html
On 2014-05-26 9:16 PM, Mark Hammond wrote:
I see on python-list that this was solved by running the postInstall
sc