Google Sheets öğesine geri dön

Knoon AI'yi Google Sheets (Google) ile bağlayarak AI iş akışlarını otomatikleştirin.

Create a new Google Sheet from CSV text, optionally inside a specific Google Drive folder.
googleSheetsCreateFromCSV
BETA
İzinler
  • https://www.googleapis.com/auth/drive.file
İsteğe bağlı izinler
  • https://www.googleapis.com/auth/drive
Parametreler
İsimTürAçıklamaGerekli
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.Hayır
titlemustache Name of the new Google Sheets file to create (e.g. "Imported Contacts").Evet
csvContentmustache CSV-formatted text for the sheet content, including header row. Each line is a row, values separated by commas.Evet
İadeler
İsimTürAçıklama
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.