Microsoft Excel に戻る

Microsoft Excel (Microsoft) と Knoon AI を接続して 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.