Takaisin Google Sheets -kohtaan

Yhdistä Knoon AI kohteen Google Sheets (Google) kanssa automatisoidaksesi AI-työnkulut.

Read all used cells from a specific sheet (tab) in a Google Sheets file.
googleSheetsReadSheet
BETA
Oikeudet
  • https://www.googleapis.com/auth/drive.file
Valinnaiset oikeudet
  • https://www.googleapis.com/auth/drive
Parametrit
NimiTyyppiKuvausPakollinen
spreadsheetIdfile Select the Google Sheets file to read from.Kyllä
sheetNamemustache Name of the sheet (tab) to read (e.g. "Sheet1").Kyllä
Palautukset
NimiTyyppiKuvaus
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.