Reading *.xls file

Does anybody know how to read a xls file (excel) with phyton instructions?

There currently isn’t a library built-in to read xls files in Python. Sometimes xls files are just xml which you can read in.