Microsoft Excel로 돌아가기

Knoon AI를 Microsoft Excel (Microsoft)과 연결하여 AI 워크플로우를 자동화하세요.

Read all used cells from a specific worksheet (tab) in an Excel workbook.
microsoftExcelReadSheet
베타
권한
  • Files.ReadWrite
선택사항 권한
  • Files.ReadWrite.All
  • Sites.ReadWrite.All
매개변수
이름유형설명필수
workbookIdfile Select the Excel workbook to read from.
worksheetNamemustache Name of the worksheet (tab) to read (e.g. "Sheet1").
반환값
이름유형설명
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.