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.

_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to