How to insert column in excel by datatable

build datatable have some column with the vakues, i want to insert data in excel

Hi @ashishmani,

use Write Range Acitivty, you need to pass the file name and datatable name in it.

Use AddDatarow activity and pass values a ArrayRow or DataRow.

Hi @ashishmani,

You can use add data column Activity in UiPath. To add a column in existing dataTable.
You need to add Colname, DataTable and Default value
image

if their is multiple column ,which is coming from build datatable

@Ashishmani,

use Write Range activity