CopySheet
Copies a sheet from a spreadsheet to another spreadsheet.
Input
| Name | Type | Description |
| SpreadsheetId | String | The ID of the spreadsheet containing the sheet to copy. |
| SheetId | String | The ID of the sheet to copy |
| DestinationSpreadsheetId | String | The ID of the spreadsheet where it will be copied to. |
| SheetName | String | Optional parameter. The new name you want to set to the newly created sheet. |
Result Set Columns
| Name | Type | Description |
| Success | String | This value shows whether the operation was successful or not. |
| SheetId | String | The Id of the newly created sheet |