The latest version of xlrd is not working fine with this tool Instead, we have to install an old version of xlrd pip2 uninstall xlrd pip2 install xlrd==1.2.0
The latest version of xlrd is not working fine with this tool
Instead, we have to install an old version of xlrd
pip2 uninstall xlrd
pip2 install xlrd==1.2.0