python 操作 xlsx

[TOC] ## 读取/写入:openpyxl ### demo1 ```python import openpyxl import os # 创建excel def write_excel_xlsx(path, sheet_name, value): if not os.path.exists(p
posted @ 2023-05-30 22:36  HaimaBlog  阅读(403)  评论(0编辑  收藏  举报