Write Range
リスト/リストのリスト/DataTable を指定セルから書き込みます。
ExcelExcelWriteRange
概要
リスト/リストのリスト/DataTable を指定セルから書き込みます。
Write a list / list-of-lists / DataTable starting at a cell.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Excel instance | variable | 必須 | excel | Name that identifies this open workbook. |
| Sheet (blank = active) | string | 任意 | Worksheet name; blank uses the active sheet. 変数に対応 | |
| Start cell (A1) | string | 必須 | 例: A1 変数に対応 | |
| Data variable | variable | 必須 | Variable holding a list, list-of-lists, or DataTable. 例: rows |