Quay lại Microsoft Excel

Kết nối Knoon AI với Microsoft Excel (Microsoft) để tự động hóa các quy trình làm việc AI.

Read all used cells from a specific worksheet (tab) in an Excel workbook.
microsoftExcelReadSheet
BẢN THỬ NGHIỆM
Quyền hạn
  • Files.ReadWrite
Quyền hạn tùy chọn
  • Files.ReadWrite.All
  • Sites.ReadWrite.All
Tham số
TênLoạiMô tảBắt buộc
workbookIdfile Select the Excel workbook to read from.
worksheetNamemustache Name of the worksheet (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 worksheet is empty.