Reputation: 15545
I am reading the Excel sheet in c# using interop services. My excel sheet have the date columns of formate dd/mm/yyyy. while reading , runtime i am getting some different values for each cell as :38840,38808,39873...so n so... what does that mean? please help.How to handle the date columns of the excel sheet in C#. please guide me.
Upvotes: 0
Views: 947
Reputation: 670
This is covered in the following article:
http://bytes.com/topic/c-sharp/answers/530093-tough-date-conversion-problem-importing-excel
Upvotes: 1