Delete worksheet
The Google Sheets Delete Worksheet tool allows users to effortlessly remove specific worksheets from their spreadsheets. It integrates seamlessly with Google Sheets API to ensure smooth and secure deletion of unwanted worksheets.
Features
- Delete any specific worksheet by worksheet ID within a spreadsheet.
- Supports integration with Google Shared Drives for managing spreadsheets across teams.
- Uses Google Sheets API batch update requests to perform deletions efficiently.
- Requires minimal inputs: spreadsheet ID and worksheet ID, simplifying the process.
- Provides clear documentation and guidance for easy setup and implementation.
Benefits
- Streamlines spreadsheet management by removing unnecessary worksheets instantly.
- Enhances collaboration by managing sheets on shared drives effectively.
- Reduces manual work and potential human error when deleting worksheets.
- Improves productivity by automating routine Google Sheets tasks.
- Supports secure deletion aligned with Google Sheets API standards.
Description
Delete a specific worksheet. 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-delete-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-delete-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-delete-worksheet, propName: worksheetId. |