Microsoft Excel로 돌아가기
Knoon AI를 Microsoft Excel (Microsoft)과 연결하여 AI 워크플로우를 자동화하세요.
Find all rows in an Excel worksheet where a specific column matches the given value.
microsoftExcelFindRows
베타
권한
선택사항 권한
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| workbookId | file | Select the Excel workbook to search for matching rows. | 네 |
| worksheetName | mustache | Name of the worksheet (tab) to search in (e.g. "Sheet1"). | 네 |
| matchColumn | mustache | Column to search in for matches (e.g. "A" for the first column). | 네 |
| matchValue | mustache | Value to search for in the match column. All rows containing this value will be returned. | 네 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| status | string | DONE. |
| rows.row | array | Row values represented as an array of cell values (e.g. ["123", "John"]). |
| rows.sensitive.rowIndex | number | 1-based index of the matched row. |