python
sarah_tiny
努力学习脚本的测试人员
展开
-
python学习笔记--处理Excel
安装openpyxl模块 使用pip直接安装即可 读取excel文件的基本步骤: 1.导入openpyxl模块2.取得workbook对象3.调用get_active_sheet()或get_sheet_by_name()获取worksheet对象4.使用cell()方法带上row和column参数,获取cell对象5.获取cell的value1.>&g...转载 2019-06-02 22:39:19 · 614 阅读 · 0 评论 -
python学习笔记--报错整理
1.python3 import openpyxl模块报错1Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/pprint.py"...原创 2019-06-02 23:28:38 · 336 阅读 · 0 评论