Google Sheets로 돌아가기
Knoon AI를 Google Sheets (Google)과 연결하여 AI 워크플로우를 자동화하세요.
Create a new sheet tab inside an existing Google Sheets file and populate it with CSV text.
googleSheetsCreateSheetFromCSV
베타
권한
선택사항 권한
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| spreadsheetId | file | Select the Google Sheets file where the new sheet tab should be created. | 네 |
| sheetName | mustache | Name of the new sheet tab to create (e.g. "Leads" or "Q1 Report"). | 네 |
| csvContent | mustache | CSV-formatted text for the new sheet tab content, including header row. Each line is a row, values separated by commas. | 네 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| status | string | CREATED, EXISTS, or ERROR. |
| sensitive.spreadsheetId | string | Spreadsheet ID. |
| sensitive.sheetName | string | Sheet tab name. |
| sensitive.sheetId | number | Google Sheets internal sheet ID. |
| sensitive.updatedRange | string | Range actually updated with the CSV content, or null if nothing was written. |




