To check whether if the date is OA date if its OA date convert to date format

Hi
I want to check from the excel if the date is OA date then convert to dateformat.

Thanks & regards
praveen kumar

@FASupport21_Praveen_Kumar

Check as below
You can check by using a if condition row(ColumnName).ToString.IsNumeric

For Conversion check below
https://forum.uipath.com/t/tutorial-convert-number-to-date-format/249171/3

Hope this helps you

Follow Link

Thanks