In the above code, I am getting the date data from SpreadsheetDocument. The exampled date cannot be converted. But other dates can be converted.
Why cant i convert this date and how can I convert it in different way?
DateTime.FromOADate(double.Parse("05.09.1977"));
I want to convert this string to DateTime with this.