Get Range As DataTable
範囲を読み取り、先頭行をヘッダーとして DataTable に変換します。
ExcelExcelGetRangeASDT
概要
範囲を読み取り、先頭行をヘッダーとして DataTable に変換します。
Read a range as a DataTable using the first row as headers.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Excel instance | variable | 必須 | excel | Name that identifies this open workbook. |
| Sheet (blank = active) | string | 任意 | Worksheet name; blank uses the active sheet. 変数に対応 | |
| Range (A1:C3) | string | 必須 | 例: A1:C10 変数に対応 | |
| Store DataTable in | variable | 必須 | 例: table |