Microsoft Excel로 돌아가기

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

Find all rows in an Excel worksheet where a specific column matches the given value.
microsoftExcelFindRows
베타
권한
  • Files.ReadWrite
선택사항 권한
  • Files.ReadWrite.All
  • Sites.ReadWrite.All
매개변수
이름유형설명필수
workbookIdfile Select the Excel workbook to search for matching rows.
worksheetNamemustache Name of the worksheet (tab) to search in (e.g. "Sheet1").
matchColumnmustache Column to search in for matches (e.g. "A" for the first column).
matchValuemustache Value to search for in the match column. All rows containing this value will be returned.
반환값
이름유형설명
statusstring DONE.
rows.rowarray Row values represented as an array of cell values (e.g. ["123", "John"]).
rows.sensitive.rowIndexnumber 1-based index of the matched row.