日常更新

This commit is contained in:
ShrlAlgo
2026-01-16 17:07:43 +08:00
parent b611efeed9
commit 3650f8550e
74 changed files with 2040 additions and 2151 deletions

View File

@@ -319,9 +319,9 @@ public partial class WriteParametersViewModel : ObservableObject
//IsComparison = false;
//Instances.ForEach(ins => ins.IsMapped = false);
}
catch (EPPlus.Core.Extensions.Exceptions.ExcelValidationException)
catch (EPPlus.Core.Extensions.Exceptions.ExcelValidationException ex)
{
System.Windows.MessageBox.Show("列名不存在或不匹配或检查表头是否存在换行。");
System.Windows.MessageBox.Show("列名不存在或不匹配或检查表头是否存在换行或多余文字。", ex.Message);
}
finally
{