会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
similarface
博客园
首页
新随笔
联系
管理
订阅
2016年9月5日
python之Excel操作
摘要: #coding:utf-8 __author__ = 'similarface' import xlrd book=xlrd.open_workbook('/Users/similarface/Downloads/0808-10个ET/0808-10个ET.xlsx') #遍历所有的sheets for sheet in book.sheets(): print(sheet.name...
阅读全文
posted @ 2016-09-05 10:32 similarface
阅读(371)
评论(0)
推荐(1)
编辑
公告