How to write an excel file?

Good Day.

May I know how to write an excel file? What is the activity that should be used?

Best regards,
John Mark

Use write range workbook activity @John_Mark

Regards

1 Like

Hi @John_Mark

If your input is datatable, then you can use the write range workbook activity to write the data in the excel.

Hope it helps!!

1 Like

Hi @John_Mark

Use Write Range Workbook activity

Regards,

1 Like

Check the below thread: @John_Mark

Regards

1 Like

Hi @John_Mark

If you want to use excel activities,Use Write Datatable to excel activity

Hope it helps!!

1 Like

@John_Mark
check this file as reference for read and write values in excel
Main.xaml (13.9 KB)
Read.xlsx (10.3 KB)
I hope its help