返回 Google Sheets

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

Create a new Google Sheet from CSV text, optionally inside a specific Google Drive folder.
googleSheetsCreateFromCSV
測試版
權限
  • https://www.googleapis.com/auth/drive.file
可選權限
  • https://www.googleapis.com/auth/drive
參數
名稱類型說明必填
parentFolderIdfile Optional. Select a Google Drive folder to create the new Sheet in. If not set, the Sheet will be created in the root of Google Drive.
titlemustache Name of the new Google Sheets file to create (e.g. "Imported Contacts").是的
csvContentmustache CSV-formatted text for the sheet content, including header row. Each line is a row, values separated by commas.是的
退貨
名稱類型說明
statusstring CREATED or ERROR.
sensitive.spreadsheetIdstring ID of the created Sheet.
sensitive.titlestring Title of the created Sheet.
sensitive.parentFolderIdstring Parent folder ID if provided.