Instalar xlrd> = 1.0.0 para soporte de Excel use pip o conda para instalar xlrd
pip install xlrd
//if you are using conda
conda install -c anaconda xlrd
Ghaith Alzin
pip install xlrd
//if you are using conda
conda install -c anaconda xlrd