Reputation: 13
Here is the excel "db" and excel "scrape".
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).
Upvotes: 1
Views: 397
Reputation: 3833
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:
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.
Upvotes: 1