返回 Google Sheets
将 Knoon AI 与 Google Sheets (Google) 连接以自动化 AI 工作流。
Create a new Google Sheet from CSV text, optionally inside a specific Google Drive folder.
googleSheetsCreateFromCSV
测试版
权限
可选权限
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| parentFolderId | file | 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. | 没有 |
| title | mustache | Name of the new Google Sheets file to create (e.g. "Imported Contacts"). | 是的 |
| csvContent | mustache | CSV-formatted text for the sheet content, including header row. Each line is a row, values separated by commas. | 是的 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| status | string | CREATED or ERROR. |
| sensitive.spreadsheetId | string | ID of the created Sheet. |
| sensitive.title | string | Title of the created Sheet. |
| sensitive.parentFolderId | string | Parent folder ID if provided. |




