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.