How to read .xls (Excel) files with Python - Tutorial
У вашего броузера проблема в совместимости с HTML5
This short tutorial shows how to read .xls (Excel) files with Python using xlrd library.
How to get number of sheets and their names, how to select a sheet, get row, column, cell values, Convert date cell.
xlrd info: https://goo.gl/0oZE7
code: https://github.com/rile0/PythonTutorial