Possible Duplicate:
Is xlrd supported in Google App Engine?
I am developeing a google app engine application , in which i want to read some exel file. I am using xlrd lib but it showing me the error ImportError: No module named xlrd
I have also added
libraries:
- name: xlrd
version: latest
to the app.yaml file but it is showing error the library "xlrd" is not supported
I have checked Third-party Libraries in Python 2.7 But it seems thats google app engine doent support xlrd.
Is google app engine does support xlrd or not ? is there is another option ?