会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
生涯无畏
博客园
首页
新随笔
联系
订阅
管理
2020年7月24日
python读取excel数据转换成字典
摘要: 以上面的excel格式,输出字典类型: import xlrddef read_excel_data(): filename = 'E:\学历列表.xls' data = xlrd.open_workbook(filename) table = data.sheet_by_name('Sheet1'
阅读全文
posted @ 2020-07-24 17:26 生涯无畏
阅读(4818)
评论(0)
推荐(1)
公告