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.

Read all used cells from a specific sheet (tab) in a Google Sheets file.
googleSheetsReadSheet
BẢN THỬ NGHIỆM
Quyền hạn
  • https://www.googleapis.com/auth/drive.file
Quyền hạn tùy chọn
  • https://www.googleapis.com/auth/drive
Tham số
TênLoạiMô tảBắt buộc
spreadsheetIdfile Select the Google Sheets file to read from.
sheetNamemustache Name of the sheet (tab) to read (e.g. "Sheet1").
Trả về
TênLoạiMô tả
statusstring DONE.
rowsarray 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.