Indietro a Microsoft Excel

Connetti Knoon AI con Microsoft Excel (Microsoft) per automatizzare i flussi di lavoro AI.

Read all used cells from a specific worksheet (tab) in an Excel workbook.
microsoftExcelReadSheet
Beta
Autorizzazioni
  • Files.ReadWrite
Autorizzazioni facoltative
  • Files.ReadWrite.All
  • Sites.ReadWrite.All
Parametri
NomeTipoDescrizioneObbligatorio
workbookIdfile Select the Excel workbook to read from.
worksheetNamemustache Name of the worksheet (tab) to read (e.g. "Sheet1").
Resi
NomeTipoDescrizione
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.