会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
买个柚子吧
博客园
首页
新随笔
联系
管理
订阅
2019年7月31日
selenium12-读取文件 excel
摘要: xlrd:读取 excel 文件数据,可读不可写 安装 xlrd pip install xlrd import xlrd #导入 xlrd xl = xlrd.open_workbook('test.xls') #打开 excel tables = xl.sheets() #通过索引获取工作表,返
阅读全文
posted @ 2019-07-31 10:49 星海问道者
阅读(334)
评论(0)
推荐(0)
编辑
公告