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