Google Sheets に戻る

Google Sheets (Google) と Knoon AI を接続して 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.