1、电脑键盘输入“win+R“,打开运行
3、在命令面板输入:pip install xlrd,按回车键,等待xlrd库的安装。
5、安装完成就可以使用python导入xlrd库对Excel进行操作:import xlrd