1

Here is the excel "db" and excel "scrape".

excel "db" and excel "scrap"

four sheets in the same excel (scrap, ai, bd, and eb)

And I want to achieve like this, add the sheet "scrap" into excel "db", i.e. four sheets in the same excel (scrap, ai, bd, and eb).

kwoxer
  • 3,734
  • 4
  • 40
  • 70
Violétte
  • 13
  • 3

1 Answers1

1

Copying sheets from one workbook to another is not hard to be solved. You will only need a Excel Application Scope and a Copy Sheet activity:

copy sheets

So all you need is the file path where the source Excel is. And the destination Excel file path. And the name of the sheet.

kwoxer
  • 3,734
  • 4
  • 40
  • 70