Filter Sheet
列の条件で行(先頭行 = ヘッダー)をフィルタリングし、DataTable に出力します。
ExcelExcelFilter
概要
列の条件で行(先頭行 = ヘッダー)をフィルタリングし、DataTable に出力します。
Filter rows (first row = headers) by a column condition into a DataTable.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Excel instance | variable | 必須 | excel | Name that identifies this open workbook. |
| Sheet (blank = active) | string | 任意 | Worksheet name; blank uses the active sheet. 変数に対応 | |
| Column header | string | 必須 | 変数に対応 | |
| Condition | dropdownis equal to · is not equal to · is greater than · is less than · is greater than or equal to · is less than or equal to · contains · does not contain · is empty · is not empty | 必須 | is equal to | |
| Value | string | 任意 | 変数に対応 | |
| Store DataTable in | variable | 必須 | 例: filtered |