Copy Sheet
Copies specified worksheet from a source to destination workbook.
Last updated
Copies specified worksheet from a source to destination workbook.
Last updated
This activity copies an existing worksheet from the user-specified source workbook and pastes it to a specific worksheet in the destination workbook using the Microsoft Graph , , and APIs.
Connection Id: Required
Specifies the office 365 connection id.
Destination Sheet Name: Specifies the name of the destination sheet to which the copied data are to be pasted. If no value is specified the Source Sheet name is taken by default.
Destination Workbook: Required
Specifies the of the Excel workbook to which the data are to be pasted. We can also specify the output variable of the activity (which is First or Results) directly as input in this property or use the output variable of the activity (Workbook). If we are using the Results property of the Find Files And Folders activity then we can directly specify the element in the array.
For example : Results[1].
Source Sheet Name: Required
Specifies the name of the source sheet from which a specific range of data that are to be copied.
Source Workbook: Required
Specifies the of the Excel workbook whose data are to be copied. We can also specify the output variable of the activity (which is First or Results) directly as input in this property or use the output variable of the activity (Workbook). If we are using the Results property of the Find Files And Folders activity then we can directly specify the element in the array.
For example : Results[1].