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

2008-04-30 Thread gnuyoga
if u have java then u can use apache-poi using jython http://poi.apache.org/ - sree sambasivareddy 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 and Regards,** **Sambasivareddy.S**

[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 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