[BangPypers] How can I read an excel sheet using python ?

2008-04-28 Thread sambasivareddy
Hi all, Need help on "How can I read an excel sheet using python"? If any one have any example please send to me. Thanks in advance. Thanks and Regards, Sambasivareddy.S http://www.patni.com World-Wide Partnerships. World-Class Solutions. __

Re: [BangPypers] How can I read an excel sheet using python ?

2008-04-28 Thread Banibrata Dutta
Did you try to "google" ?? Plz try it... throws up lots of useful answers. http://mail.python.org/pipermail/python-list/2003-July/214704.html On 4/28/08, sambasivareddy <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > Need help on "How can I read an excel sheet using python"? > > If any one ha

Re: [BangPypers] How can I read an excel sheet using python ?

2008-04-28 Thread KartheeK
Hi, Why dont u export it to a ,txt file and then read it as a normal file.. KartheeK sambasivareddy <[EMAIL PROTECTED]> wrote: Hi all, Need help on “How can I read an excel sheet using python”? If any one have any example please send to me. Thanks in advance. Thanks

Re: [BangPypers] How can I read an excel sheet using python ?

2008-04-28 Thread Anand Balachandran Pillai
http://snippets.dzone.com/posts/show/2036 You need pywin32 for this. Why not google stuff yourself before posting to the list ? Saves everyones time. --Anand On Mon, Apr 28, 2008 at 3:43 PM, KartheeK <[EMAIL PROTECTED]> wrote: > Hi, > > Why dont u export it to a ,txt file and then read it as a

Re: [BangPypers] How can I read an excel sheet using python ?

2008-04-28 Thread Maxin B John
Dear Sambasivareddy, Hi all, Need help on "How can I read an excel sheet using python"? Try the xlrd module (http://pypi.python.org/pypi/xlrd/0.5.2). If any one have any example please send to me. Thanks in advance. Example is available in that module itself. Thanks and Reg