Fork me on GitHub
摘要: 一、使用xlrd对excel进行数据读取 excel表格示例: 安装xlrd库 pip install xlrd 导入xlrd库 import xlrd 读取excel文件,即刚刚创建的excel表格 # 给出excel文件绝对路径 loc = ("path of file") # 打开工作表 wb 阅读全文
posted @ 2022-03-29 15:10 橘子偏爱橙子 阅读(624) 评论(0) 推荐(0) 编辑