Say I've got two excel files : file1.xlsx (three sheets: SheetA, SheetB, SheetC) and out.xlsx (two sheets: Sheet1, Sheet2)
I want to copy the data from SheetA and SheetB into Sheet1 and the data in SheetC into sheet2.
This is fairly simple, this is how I do it :

(the text tool contains the path+range of the three sheets)
This works fine, but doing this at a larger scale makes the workflow fairly congested and ugly. There's gotta be a more efficient way to do this right?
I suspect reporting tools might be of help here but I don't know how exactly. Anyone care to help out?