I wish to read an excel sheet in web2py.I tried few samples from python 
codes which use the xlrd object.However in web2py, when I import the xlrd 
object, I get the following error:

<type 'exceptions.ImportError'> No module named xlrd


So why is it like that? And is there any way to read an excel file without 
converting it to a csv file?

Reply via email to