Excel (ger) Date (double) read and paste

Hi, I am trying to read the German date format somehow in Excel and to read this date with the same format as it is in the Excel table. In this case, the German date format has the double format.

datetest.xaml (5.6 KB) testdate.xlsx (8.2 KB)

Hi @Crusha,

Check this one.

Here is the video demonstration

Regards
Balamurugan.s

Hi,

I do not want to change the format in Excel but I want to adopt and display the specified format.

Look at my .xaml file.

@Crusha Why are you using Read Cell Activity ?

@Crusha In the Message Box use this :

DateTime.FromOADate(read)

Check if it gives you the Date Value.

This works. Thanks. So simple :sweat_smile:

1 Like

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