HI All,
I had 10 excel files with the same structure, i want to loop through all the files and open each file and filter some columns for each file and write to new sheet to another folder.
can anyone suggest how I can solve the problem?
HI All,
I had 10 excel files with the same structure, i want to loop through all the files and open each file and filter some columns for each file and write to new sheet to another folder.
can anyone suggest how I can solve the problem?
Hello Surya,
Can you be more specific
Thanks for reply Gresilda.
I am having Folder in which i am having 10 Excel files with the same columns , i have to read all the excel files at a time and i have to filter 3to4 columns from each file which is same column names from each excel file and i have to write the filtered data in to new excel file everytime ,so total i should get again 10 sheets which is filtered data .
Please find the sample workflow for this.
Main.xaml (8.1 KB)
Steps
Loop the folder using for each and fetch only excel files.
read the excel file and store in a datatable.
filter the datatable using filter datatable activity.
write the filtered datatable in a excel file (sheet name is dynamic).
Thanks
Thanks Prasath
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.