Check if an excel cell is formatted as a date

@ctkoh

Use for each row in excel then get the value and use the value in place of string

Currentrow("datecolumn").tostring.trim inside loop this is how you get the date string

Cheers