Quay lại Google Sheets
Kết nối Knoon AI với Google Sheets (Google) để tự động hóa các quy trình làm việc AI.
Create a new sheet tab inside an existing Google Sheets file and populate it with CSV text.
googleSheetsCreateSheetFromCSV
BẢN THỬ NGHIỆM
Quyền hạn
Quyền hạn tùy chọn
Tham số
| Tên | Loại | Mô tả | Bắt buộc |
|---|---|---|---|
| spreadsheetId | file | Select the Google Sheets file where the new sheet tab should be created. | Có |
| sheetName | mustache | Name of the new sheet tab to create (e.g. "Leads" or "Q1 Report"). | Có |
| csvContent | mustache | CSV-formatted text for the new sheet tab content, including header row. Each line is a row, values separated by commas. | Có |
Trả về
| Tên | Loại | Mô tả |
|---|---|---|
| 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. |




