The requirement is to
Fetch data from cells of Excel having multiple sheets and populate it in a csv/txt file in uipath.
Note that , we can have multiple excel sheets with different sheet name with same requirement
I have created below solution , where I reading one row and writing it to csv file and reading another row and appending it again to same csv.
I need to repeat this activity for 30-40 different excels, is it possible to do this ?