会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
aaronthon
博客园
首页
新随笔
联系
管理
订阅
随笔分类 -
Xlrd
python读取excel表
摘要:python使用xlrd模块可以读取xls和xlsx文件. import xlrd import os file_addr = "E://test.xlsx" # xlsx文件存在 if os.path.exists(file_addr): # 读取内容 xls_file = xlrd.open_w
阅读全文
posted @
2020-04-24 17:36
aaronthon
阅读(780)
评论(0)
推荐(0)
公告