[python-win32] Documentation for win32com for Worksheets Worksheets.Range and Worksheets.Cells

Tim Roberts timr at probo.com
Fri Jan 29 19:33:13 CET 2010


Błażej Kaczorowski wrote:
> I know, but I have app that runs with python3 .. and I would need to
> rewrite it to python2 to use xlwt and still win32com works ok (but
> slower) I probably wait for port ...
>   

OK, that's fine.  Just for your information, with appropriate use of
"from __future__" statements, most Python 3 code will run in Python 2.6
(or later).

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list