2019年11月15日

Python 读取excel

摘要: https://www.jianshu.com/p/f2c9dff344c6: 一、xlrd模块介绍 xlrd是读取excel表格数据; 支持 xlsx和xls 格式的excel表格; 三方模块安装方式:pip3 install xlrd; 模块导入方式: import xlrd 二、xlrd模块操 阅读全文

posted @ 2019-11-15 11:57 log01bq 阅读(191) 评论(0) 推荐(0)

导航