会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
沉默的云
Just do it!
博客园
首页
新随笔
联系
订阅
管理
2020年10月28日
Python xlrd库学习笔记
摘要: xlrd是python用于读取excel的第三方扩展包,在使用之前需要安装xlrd库。 pip show xlrd #检查是否已经安装 pip install -U xlrd #安装xlrd库 使用介绍: 导入模块 import xlrd from xlrd import open_workbook
阅读全文
posted @ 2020-10-28 21:02 沉默的云
阅读(1764)
评论(0)
推荐(0)
编辑
公告