On Dec 30, 10:07 am, "andyh...@gmail.com" <andyh...@gmail.com> wrote:
> Hi,
>
> Can anybody recommend an approach for loading and parsing Excel
> spreadsheets in Python. Any well known/recommended libraries for this?
>
> The only thing I found in a brief search 
> washttp://www.lexicon.net/sjmachin/xlrd.htm,
> but I'd rather get some more input before going with something I don't
> know.
>
> Thanks,
> Andy.

If you need complete control of Excel, then you'll probably have to
use COM (see Mark Hammond's PyWin32 package). Otherwise, the
suggestions by the others will work.

Mike
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to