会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
thinkanddo
http://www.jianshu.com/u/7ac4047c9cfa
博客园
首页
新随笔
联系
订阅
管理
2017年1月30日
python class
摘要: 习题
阅读全文
posted @ 2017-01-30 12:14 Thinkando
阅读(344)
评论(0)
推荐(0)
编辑
Python - excel 详解
摘要: 读取 结合一段简单的代码来看: import xlrd # 打开 xls 文件 book = xlrd.open_workbook("test.xls") print "表单数量:", book.nsheets print "表单名称:", book.sheet_names() # 获取第1个表单
阅读全文
posted @ 2017-01-30 09:44 Thinkando
阅读(1514)
评论(0)
推荐(0)
编辑
公告