I have 10 excel files that contains 2 sheets (sheet1 and sheet2) I need to agreggate them in one excel file contain too (sheet1,sheet2), without knwowing the number of line fulfiled of each sheets in file.
N.B : the name of each file contain Number_Of_Downloaded_Document+ the date of the download
please find attach files and the output file. (i’ve made two files as an example, but normally there is more than 10 file without knowing the number f line of each file)
thanks you very much
best regards 1234567890-21012019.xlsx (21.4 KB) 2314567890-21012019.xlsx (21.4 KB) Output.xlsx (8.8 KB)
Yes that work thanks but I have a nother mistake, cause all my files are in *xls and i’m not able to execute the process with this extension ? any help ?
It gonna be really helpful if i execute the process with this extension of file
Hi @Manjuts90
this succefully done by adding remove duplicate rows. Thank you
Now I have issue with converting xls to xlsx.
Can you please send me again the project. Zip with modification below :
Read range into application scope, because I’ve tried to do that but without success.
Because all my files are in *. Xls format and process that you send me only treat xlsx files.
Big thank you.
Best regards.
@ifranity Sorry for late reply bro, u have to use copy activity as one of the methods for changing xls to xlsx. I think u Don’t have any problem in reading xls files using Excel application scope Along with read range activity of Excel.