这次增加了测试结果导出到EXCEL、项目阶段需要安装定义的表格中的name PN来处理

This commit is contained in:
2025-12-14 18:19:29 +08:00
parent 872b181703
commit 5e94d17212
10 changed files with 434 additions and 17 deletions

View File

@@ -127,6 +127,17 @@ a = Analysis(
'tkinter.constants',
'tkinter.filedialog',
# openpyxl 相关Excel导出功能
'openpyxl',
'openpyxl.styles',
'openpyxl.utils',
'openpyxl.cell',
'openpyxl.worksheet',
'openpyxl.workbook',
'openpyxl.reader',
'openpyxl.writer',
'et_xmlfile',
# 其他依赖
'websockets',
'serial',