摘要: import xlwings as xw from PIL import ImageGrab def excel_save_img(path, sheet=0, img_name="1", img_suffix="png"): app = xw.App(visible=True, add_book=False) # 1. 使用 xlwings 的 读取 path 文件 启动 ... 阅读全文
posted @ 2019-08-13 21:03 如梦dream 阅读(4400) 评论(0) 推荐(0) 编辑