Wróć do Microsoft Excel

Połącz Knoon AI z Microsoft Excel (Microsoft), aby zautomatyzować przepływy pracy AI.

Read all used cells from a specific worksheet (tab) in an Excel workbook.
microsoftExcelReadSheet
BETA
Uprawnienia
  • Files.ReadWrite
Uprawnienia opcjonalne
  • Files.ReadWrite.All
  • Sites.ReadWrite.All
Parametry
NazwaTypOpisWymagane
workbookIdfile Select the Excel workbook to read from.Tak
worksheetNamemustache Name of the worksheet (tab) to read (e.g. "Sheet1").Tak
Zwroty
NazwaTypOpis
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 worksheet is empty.