Hi all,
I would like to extract few details from excel which is formatted as below. i need to extract the Column A Due dates, but all the fields which we are seeing is formatted.
kindly suggest
Hi all,
I would like to extract few details from excel which is formatted as below. i need to extract the Column A Due dates, but all the fields which we are seeing is formatted.
kindly suggest
If you use a read range then it would still read even if they are formatted
If you want format to be preserved while reading then use display values or Preserve format option
cheers
Actually i tried buddy, please see the below attached output.
You cannot see the any dates in Due Date column.
check the A10 cell.
The dates are coming in different format
to convert use DateTime.FromOADate(YourCurrentDateas43523).ToString("MM/dd/yyyy")
second option use preserve format check box or display value option in the read range and read the file …so that the format is preserved
cheers
the expected dates are
actual dates are
I tried with modern excel activity, working fine now.
Thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.