时间:2026-02-15 02:03:38
1、如果是计算机安装的是python 2.x版本,终端执行:
pip install xlrd,回车,如图。
2、如果计算机安装的是python 3.x版本,终端执行:
pip3 install xlrd