Google Sheets

GOOGLESHEETS_SPREADSHEETS_SHEETS_COPY_TO

Tool to copy a single sheet from a spreadsheet to another spreadsheet. Use when you need to duplicate a sheet into a different spreadsheet.

Remote googlesheets

Other tools also called GOOGLESHEETS_SPREADSHEETS_SHEETS_COPY_TO? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "sheet_id": {
      "type": "integer",
      "description": "The ID of the sheet to copy.\nExample: 0"
    },
    "spreadsheet_id": {
      "type": "string",
      "description": "The ID of the spreadsheet containing the sheet to copy.\nExample: \"1qZ_...\""
    },
    "destination_spreadsheet_id": {
      "type": "string",
      "description": "The ID of the spreadsheet to copy the sheet to.\nExample: \"2rY_...\""
    }
  }
}