会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
且奔跑,莫要辜负大好年华
博客园
首页
新随笔
联系
订阅
管理
2017年7月5日
Python操作excel
摘要: #读取excel# import xlrd #导入读excel的模块# book = xlrd.open_workbook('szz.xls') #建立excel链接# sheet = book.sheet_names() #获取所有的sheet页# sheet = book.sheet_by_index(0) #根据sheet页的位置取sheet页# sheet = book.sheet_b...
阅读全文
posted @ 2017-07-05 18:06 13684995613
阅读(142)
评论(0)
推荐(0)
编辑
公告