I read an excel (xslx) file with this library: http://www.codeproject.com/Tips/801032/Csharp-How-To-Read-xlsx-Excel-File-With-Lines-of
The excel sheets contain some time values. It seems that excel converts this values to Time strings.
If i take a look into the source files of the sheets in the excel zip the time values are numbers that looks like this:
40056.583055555559
Does someone know which format this is and how i can convert it into a time string or time ticks?