Red Swan
Red Swan

Reputation: 15545

How to handle the Date column of excel sheet in C# code?

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

Answers (1)

Related Questions