From f1f18c9835850b1240266c111459c661d8fc7291 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Fri, 17 Jun 2022 11:20:58 +0200 Subject: [PATCH] Comparer ist funktional :-) --- ENI2/ENI2.csproj | 1 + ENI2/EditControls/CompareExcelDialog.xaml | 4 +- ENI2/EditControls/CompareExcelDialog.xaml.cs | 50 ++++++++++++- ENI2/Excel/ExcelBase.cs | 24 ++++++- ENI2/Excel/ExcelComparer.cs | 75 ++++++++++++++++++++ ENI2/Excel/ExcelManager.cs | 2 +- ENI2/Excel/ExcelReader.cs | 8 +-- ENI2/Excel/ExcelUtil.cs | 18 +++-- ENI2/Excel/ExcelWriter.cs | 17 +---- 9 files changed, 168 insertions(+), 31 deletions(-) create mode 100644 ENI2/Excel/ExcelComparer.cs diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj index 1af7785f..686ed3ec 100644 --- a/ENI2/ENI2.csproj +++ b/ENI2/ENI2.csproj @@ -239,6 +239,7 @@ + diff --git a/ENI2/EditControls/CompareExcelDialog.xaml b/ENI2/EditControls/CompareExcelDialog.xaml index ba0eb3dc..cf243be2 100644 --- a/ENI2/EditControls/CompareExcelDialog.xaml +++ b/ENI2/EditControls/CompareExcelDialog.xaml @@ -28,7 +28,7 @@ - + - +