Date Time from excel coming as number

Dear Team,

I have to read date and time from two diffrent cells, when i am using Read Cell Workbook activity, value coming as numbers.

image

Thanks,
Amol Golhar

Hi @Amol_Golhar ,

check any formulas were involved in the background of cells

Hi @Amol_Golhar

In Read range workbook activity properties check the preserve format option and try.

Check the below image for better understanding,

Hope it helps!!

Hi @Amol_Golhar

Can you try below

DateTime.FromOADate(44622)

Cheers!!

Dear Team,

@Manikumar, Cell format are date and time as shown in Snapshot.
@Mahesh, Preserver fromat has been enabled.
@Laxman, I have tried, DateTime.FromOADate, it is working but getting date and time value separately.

Thanks,
Amol Golhar

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.