python详细安装教程
pip 升级
安装xlrd,xlwt
pip install xlrd -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install xlwt -i https://pypi.tuna.tsinghua.edu.cn/simple
Vscode------python环境输出中文乱码的一种解决方法
Python xlrd 读取 Excel 表格基础(一):获取sheet、行、列对象,读取数据类型等