Skip to content

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 ​

NameDescriptionRequired
Add HeadersIndicates if column names are written as headers.
Data TableSource DataTable to write into the worksheet.☑️
Sheet NameName of the worksheet to write data into.☑️
Starting CellTop-left cell where writing begins.