使用 ProgressInfoBar 替代原有方案

This commit is contained in:
2025-05-26 19:42:20 +08:00
parent e3fde36390
commit 50a360aca2
5 changed files with 66 additions and 95 deletions

View File

@@ -215,10 +215,10 @@ class ExcelReader:
except Exception as e:
error_message = traceback.format_exc()
raise f"""
raise Exception(f"""
原始错误:
{error_message}
"""
""")
def set_file_path(self, file_path: str):
self.file_path = file_path