Hi guys,
How can I import a whole Excel Table into the DateTable instead of inputting the data one by one?
Thanks!
Hi guys,
How can I import a whole Excel Table into the DateTable instead of inputting the data one by one?
Thanks!
Hi @SuperB1
Please refer the screenshot below.
check the add headers property in writerange.
Regards
If you want to convert your excel into data table you can use read range activity the output of this activity is datatable
If you want to write your datatable to excel then use Write range activity
Hi @SuperB1 You just need to use “Read Range” activity and create a variable. This variable is going to be a DataTable.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.