diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj index 0dd22ccc..07dfd66a 100644 --- a/ENI2/ENI2.csproj +++ b/ENI2/ENI2.csproj @@ -36,8 +36,8 @@ 5.4.0.0 true publish.html - 0 - 7.4.0.0 + 1 + 7.4.0.1 false true true diff --git a/ENI2/Excel/ExcelComparer.cs b/ENI2/Excel/ExcelComparer.cs index 4fa1138d..9848fb9d 100644 --- a/ENI2/Excel/ExcelComparer.cs +++ b/ENI2/Excel/ExcelComparer.cs @@ -27,8 +27,8 @@ namespace ENI2.Excel { try { - sheet.Columns.ClearFormats(); - sheet.Rows.ClearFormats(); + // sheet.Columns.ClearFormats(); + // sheet.Rows.ClearFormats(); Range usedRange = sheet.UsedRange; lastUsedRow = usedRange.Rows.Count; lastUsedColumn = usedRange.Columns.Count;