摘要: Python_Openpyxl 1. 安装 pip install openpyxl 2. 打开文件 ① 创建 from openpyxl import Workbook # 实例化 wb = Workbook() # 激活 worksheet ws = wb.active ② 打开已有 >>> f 阅读全文
posted @ 2020-11-03 17:36 hehehe_wy7 阅读(58) 评论(0) 推荐(0) 编辑