会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
麻 木
Give me the more power , o god!!!
博客园
首页
新随笔
订阅
管理
2018年12月19日
Python xlrd xlwt 读取写入Excel. drf 下载Excel模板, 读取Excel
摘要: import xlrd import xlwt #读取 xlrd.Book.encoding = "gbk" wb = xlrd.open_workbook(filename='sfp.xlsx', ) table = wb.sheets()[3] nrows = table.nrows for k
阅读全文
posted @ 2018-12-19 17:29 MAU
阅读(3817)
评论(0)
推荐(1)
编辑
公告