Alan Gauld <[EMAIL PROTECTED]> wrote: 
"Kirk Bailey"  wrote

> Ii want to read a xls file and use the data in part  of it. What 
> module
> would help make sense of one?

If the data is straighforward you might find it easier to save it as a 
csv file first.

But otherwise there is a module called pyexcelerator (I think?)
which can work with Excel 97 and 95 formats.

http://sourceforge.net/projects/pyexcelerator

HTH,

Alan G. 


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
Try this. I found it on the web. (xlrd package) I think you don't even need 
windows 
to use these. I tried it and it works well.

http://www.lexicon.net/sjmachin/xlrd.htm
http://cheeseshop.python.org/pypi/xlrd

       
---------------------------------
Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. 
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to