返回 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.