Hi all,
I have a doubt, I have an excel with 1000’s of data in one of the column the number starts with 0 example 067854 when I am reading that excel it is reading as 67854. For this i need to format the cell.
Can you please help me how to do this. Thanks in advance
In excel it will not take the 0 number if it at first in any value. Add the single quote (') for every in that column .
=> Use read range workbook activity to read the excel and store in a Datatable.
=> After that use for each row in datatable activity to iterate the rows.
=> Inside use assign activity