Copy worksheet
The Google Sheets Copy Worksheet tool allows users to effortlessly duplicate an existing worksheet to another Google Sheets file, streamlining data management and enhancing productivity.
Features
- Copy worksheets across different Google Sheets files with ease.
- Supports copying from both personal drives and Google Shared Drives.
- Requires specifying source spreadsheet, worksheet IDs, and the destination file.
- Integrates seamlessly with Pipedream for automated workflows.
- Provides access to relevant Google Sheets API documentation for advanced usage.
Benefits
- Saves time by automating manual copy-paste tasks.
- Ensures data consistency by duplicating exact worksheet content.
- Facilitates collaboration by easily sharing copied data in different files.
- Reduces errors that arise from manual worksheet duplication.
- Enhances workflow automation within spreadsheet processes.
Description
Copy an existing worksheet to another Google Sheets file. See the documentation
Parameters
4 parameters
| Name | Type | Description |
|---|---|---|
| drive | string | The drive containing the worksheet to copy. If you are connected with any Google Shared Drives, you can select it here. You can use the "retrieve_options" tool using these parameters to get the values. key: google_sheets-copy-worksheet, propName: drive. |
| sheetIdrequired | string | Select a spreadsheet or provide a spreadsheet ID You can use the "retrieve_options" tool using these parameters to get the values. key: google_sheets-copy-worksheet, propName: sheetId. |
| worksheetIdrequired | integer | Select a worksheet or provide a worksheet ID You can use the "retrieve_options" tool using these parameters to get the values. key: google_sheets-copy-worksheet, propName: worksheetId. |
| destinationSheetIdrequired | string | The spreadsheet to copy the worksheet to You can use the "retrieve_options" tool using these parameters to get the values. key: google_sheets-copy-worksheet, propName: destinationSheetId. |