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

Kiran Jonnalagadda jace at pobox.com
Mon May 5 12:43:08 CEST 2008


On 28-Apr-08, at 12:34 PM, sambasivareddy wrote:

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

PyExcelerator is an excellent library:
http://sourceforge.net/projects/pyexcelerator

Make sure to get the latest version from the CVS/SVN repo, not the  
0.6.3a release. That release was made in 2005 and does not support  
saving to streams.

The good thing about PyExcelerator as against other libraries is that  
it allows you to programmatically generate Excel sheets. Very useful  
for web apps that need to make tabular data downloadable.



More information about the BangPypers mailing list