日常更新
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user