Back to Microsoft Excel
Connect Knoon AI with Microsoft Excel (Microsoft) to automate AI workflows.
Read all used cells from a specific worksheet (tab) in an Excel workbook.
microsoftExcelReadSheet
BETA
Permissions
Optional permissions
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| workbookId | file | Select the Excel workbook to read from. | Yes |
| worksheetName | mustache | Name of the worksheet (tab) to read (e.g. "Sheet1"). | Yes |
Returns
| Name | Type | Description |
|---|---|---|
| status | string | DONE. |
| rows | array | 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. |