I want to read Excel file with exact cell values using Open XML but I am getting integer
value instead of datetime
cell value.
Asked
Active
Viewed 916 times
0

dur
- 15,689
- 25
- 79
- 125

Botsa Santosh
- 23
- 5
-
OpenXML stores dates as the number of days from 1 Jan 1900. See [Reading a date from xlsx using open xml sdk](http://stackoverflow.com/questions/13176832/reading-a-date-from-xlsx-using-open-xml-sdk) – Serge Apr 13 '17 at 04:37
-
7Possible duplicate of [Reading a date from xlsx using open xml sdk](http://stackoverflow.com/questions/13176832/reading-a-date-from-xlsx-using-open-xml-sdk) – Serge Apr 13 '17 at 04:38