Hi @Zandra Velasco ,
You can use the Excel Advanced Action to achieve that.
If you have multiple workbooks that you want to extract data from, then you can use a Loop: For each File in Folder and append the worksheets to the workbook that you want to push it into.
Kind Regards,
Ashwin A.K
Hi @Zandra Velasco ,
Their are two ways to do this :
Approach 1:
You can use the Excel Package to do this with the help of Goto Sheet command and loop over data to copy and paste it to the target workbook.
Approach 2: You can use a Macro in VBSCRIPT for the specific sheets from which the data has to be fetched. This approach is efficient in terms of implementation and as well as its execution speed.
Both of these approaches are good at their places but I would Suggest if you use 2nd Approach in your Client projects then it would be great.
You can use inbuilt actions within Excel Advanced package or use a loop to achieve this.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.