How to read a Date column from an Excel sheet using C#

Hi,

I have an excel sheet which has a Date column whose cell type is custom dd/mm/yyyy.
When i read this excel using c# then this column gets read as a numeric cell and returns the big decimal value(like 32689).

Is there any way of identifying the cell type to be Date for this custom format

thanks,



Answer this question

How to read a Date column from an Excel sheet using C#

  • josu udaondo

    if you post the code someone will fix it.

  • How to read a Date column from an Excel sheet using C#