Skip to content

Commit a4bf8f9

Browse files
committed
EPPlus version 5.8.4
1 parent 4bf6b46 commit a4bf8f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/EPPlus/Utils/ValueToTextHandler.cs

-4
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ internal static string FormatValue(object v, bool forWidthCalc, ExcelNumberForma
8989
var date = DateTime.FromOADate(d);
9090
return GetDateText(date, format, f, overrideCultureInfo ?? nf.Culture);
9191
}
92-
else
93-
{
94-
return "##########";
95-
}
9692
}
9793

9894
if (nf.Formats.Count > 2 && string.IsNullOrEmpty(f.NetFormat))

0 commit comments

Comments
 (0)