返回 Google Sheets

将 Knoon AI 与 Google Sheets (Google) 连接以自动化 AI 工作流。

Clone an existing sheet tab into a new sheet tab within the same Google Sheets file.
googleSheetsCloneSheet
测试版
权限
  • https://www.googleapis.com/auth/drive.file
可选权限
  • https://www.googleapis.com/auth/drive
参数
名称类型描述必填
spreadsheetIdfile Select the Google Sheets file containing the sheet tab to clone.是的
sourceSheetNamemustache Name of the existing sheet tab to clone (e.g. "Template" or "January").是的
newSheetNamemustache Name of the new cloned sheet tab to create (e.g. "Template Copy" or "January Backup").是的
回报
名称类型描述
statusstring CREATED, EXISTS, or ERROR.
sensitive.spreadsheetIdstring Spreadsheet ID.
sensitive.sourceSheetNamestring Original sheet tab name.
sensitive.newSheetNamestring New cloned sheet tab name.
sensitive.sheetIdnumber Google Sheets internal sheet ID of the cloned tab.