Re: [python-win32] Formatting parts of an excel cell

2009-04-25 Thread Baehr, Manuel
Hi John, > Check out the thread "Multiple formats in a cell" in this > group around 2009-03-06. thanks for the link! However, I can't use xlwt (and xlrd) because I have to modify an existing excel sheet containing macros. Therefore I used the "win32com" module in python under Windows. This work

Re: [python-win32] Formatting parts of an excel cell

2009-04-25 Thread Mark Tolonen
"Baehr, Manuel" wrote in message news:[email protected]... Hi John, Check out the thread "Multiple formats in a cell" in this group around 2009-03-06. thanks for the link! However, I can't use xlwt (and xlrd) because I have to modify an existing excel

[python-win32] Formatting parts of an excel cell

2009-04-25 Thread Andrea Gavana
-- Forwarded message -- From: Andrea Gavana Date: Sat, Apr 25, 2009 at 2:28 PM Subject: Re: [python-win32] Formatting parts of an excel cell To: Mark Tolonen Hi, On Sat, Apr 25, 2009 at 2:00 PM, Mark Tolonen wrote: > > "Baehr, Manuel" wrote in message > news:737a64deb003704788

Re: [python-win32] Formatting parts of an excel cell

2009-04-25 Thread Mark Tolonen
"Andrea Gavana" wrote in message news:[email protected]... On Sat, Apr 25, 2009 at 2:00 PM, Mark Tolonen wrote: > > "Baehr, Manuel" wrote in message > news:[email protected]... >> >> Hi John, >> >>> Check out the