Write Range
Writes a DataTable into an Excel worksheet starting at a specified cell (default A1). If the target sheet does not exist, a new one is created. All existing values in the target range are overwritten.
Properties
| Name | Description | Required |
|---|---|---|
| Add Headers | Indicates if column names are written as headers. | |
| Data Table | Source DataTable to write into the worksheet. | ☑️ |
| Sheet Name | Name of the worksheet to write data into. | ☑️ |
| Starting Cell | Top-left cell where writing begins. |