Create worksheet
The Google Sheets Create Worksheet tool allows users to effortlessly add a new blank worksheet with a custom title to any existing Google Spreadsheet. Designed for seamless integration, it streamlines spreadsheet organization and expansion within Google Drive environments.
Features
- Create a blank worksheet with a user-defined title instantly.
- Supports adding worksheets to any existing spreadsheet by specifying the Sheet ID.
- Compatible with both personal Google Drive and Shared Drives for flexible usage.
- Easy integration with Pipedream workflows for automated spreadsheet management.
- Provides direct access to Google Sheets API enabling efficient batch updates.
Benefits
- Enhances productivity by simplifying the process of adding new worksheets.
- Improves spreadsheet organization by allowing custom titles for each new sheet.
- Facilitates automation of repetitive spreadsheet tasks through API integration.
- Saves time by eliminating the need for manual worksheet creation.
- Supports collaborative environments via compatibility with Shared Drives.
Description
Create a blank worksheet with a title. See the documentation
Parameters
3 parameters
| Name | Type | Description |
|---|---|---|
| drive | string | The drive containing the spreadsheet to edit. 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-create-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-create-worksheet, propName: sheetId. |
| titlerequired | string | The title of the new worksheet |