Hello everyone!
I have one excel sheet where i have more than 50 columns. I used read ranged activity and get data in DataTable. Now I need to loop through each columns and manipulate row 16 value for each column. How can i do that ?
like what I am doing is :
Loop through each column and maipulate row number 14 of each columns, if all columns are completed then i want to save that manipulated data as new data table.