I want to get the colums and rows in loop to perform in uipath studio

42 Views Asked by At

enter image description here

in this excel sheet there are 470 colums and 67 rows here i want to filter the colums one by one and rows also

i want to use in uipath and ineed Linq query for do this i wany that the colums has seperate loop and rows also in seperate loop

1

There are 1 best solutions below

2
user23227100 On

Why don't you use Filter datatable to keep only the columns, then do the same for the rows