xlrd学习使用 安装xlrd # windows 安装 pip install xlrd # mac 安装 pip3 install xlrd 使用xlrd 1.导入xlrd import xlrd 2.打开exce … 继续阅读 xlrd学习使用