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,

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