# 需要进入的第三方库
# pip install pypiwin32
# openpyxl
# shutil
# pyinstaller
# 更新了单元格中数值不填写的bug
# 不填写的数据,默认取值为空
# coding:utf-8
import os
import win32com.client as win32
import shutil
import openpyxl
import time
start = time.perf_counter()
end = time.perf_counter()
print("运行耗时", end - start)
6170

被折叠的 条评论
为什么被折叠?



