Google Sheets로 돌아가기
Knoon AI를 Google Sheets (Google)과 연결하여 AI 워크플로우를 자동화하세요.
Read all used cells from a specific sheet (tab) in a Google Sheets file.
googleSheetsReadSheet
베타
권한
선택사항 권한
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| spreadsheetId | file | Select the Google Sheets file to read from. | 네 |
| sheetName | mustache | Name of the sheet (tab) to read (e.g. "Sheet1"). | 네 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| status | string | DONE. |
| rows | array | Array of rows represented as an array of cell values (e.g. [["ID", "Name"], ["123", "John Doe"]]). Returns an empty array if the sheet is empty. |




