摘要: from typing import Union import xlwings as xw fp = r"C:\Users\user\Desktop\测试.xlsx" # 打开Excel应用程序 app = xw.App(visible=False) # 后台写入,不展示excel界面 # 打开Ex 阅读全文
posted @ 2020-06-28 11:09 cnblogs用户 阅读(9758) 评论(0) 推荐(1) 编辑