会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
返回顶部
The snail
博客园
首页
新随笔
管理
2020年4月8日
数据分析 -- Python openpyxl模块 Excel操作
摘要: 1、工作簿操作 1、基本操作:打开Excel文件、打开当前工作表sheet、获取最大行数、获取最大列数 # 入口函数 # 读取商品词Excel def read_xls_product(xls_path): # 打开一个Excel try: wb = load_workbook(xls_path)
阅读全文
posted @ 2020-04-08 14:16 Be-myself
阅读(666)
评论(0)
推荐(0)
编辑
公告
levels of contents 点击查看具体代码内容