xlrd版本过高,新版本已经不支持部分功能。所以要回退版本
some_obj.get_deve_table()不可用
python -m pip uninstall xlrd
python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple xlrd==1.2.0
python -m pip uninstall xlrd
python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple xlrd==1.2.0