Install xlrd >= 1.0.0 for Excel support Use pip or conda to install xlrd code example
Example: Install xlrd >= 1.0.0 for Excel support Use pip or conda to install xlrd
pip install xlrd
//if you are using conda
conda install -c anaconda xlrd
pip install xlrd
//if you are using conda
conda install -c anaconda xlrd