copy_sheet
Copies a sheet from one Google spreadsheet to another. Provide source and destination spreadsheet IDs and sheet names to duplicate the sheet.
Instructions
Copy a sheet from one spreadsheet to another.
Args: src_spreadsheet: Source spreadsheet ID src_sheet: Source sheet name dst_spreadsheet: Destination spreadsheet ID dst_sheet: Destination sheet name
Returns: Result of the operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| src_spreadsheet | Yes | ||
| src_sheet | Yes | ||
| dst_spreadsheet | Yes | ||
| dst_sheet | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |