返回 Google Sheets

將 Knoon AI 與 Google Sheets (Google) 連接以自動化 AI 工作流程。

Create a new sheet tab inside an existing Google Sheets file and populate it with CSV text.
googleSheetsCreateSheetFromCSV
測試版
權限
  • https://www.googleapis.com/auth/drive.file
可選權限
  • https://www.googleapis.com/auth/drive
參數
名稱類型說明必填
spreadsheetIdfile Select the Google Sheets file where the new sheet tab should be created.是的
sheetNamemustache Name of the new sheet tab to create (e.g. "Leads" or "Q1 Report").是的
csvContentmustache CSV-formatted text for the new sheet tab content, including header row. Each line is a row, values separated by commas.是的
退貨
名稱類型說明
statusstring CREATED, EXISTS, or ERROR.
sensitive.spreadsheetIdstring Spreadsheet ID.
sensitive.sheetNamestring Sheet tab name.
sensitive.sheetIdnumber Google Sheets internal sheet ID.
sensitive.updatedRangestring Range actually updated with the CSV content, or null if nothing was written.