How to import a whole Excel Table into the DateTable

Hi guys,

How can I import a whole Excel Table into the DateTable instead of inputting the data one by one?
dataTable

Thanks!

Hi @SuperB1

Please refer the screenshot below.

check the add headers property in writerange.

Regards

1 Like

@SuperB1

If you want to convert your excel into data table you can use read range activity the output of this activity is datatable

image

If you want to write your datatable to excel then use Write range activity
image

1 Like

Hi @SuperB1 :slight_smile: You just need to use “Read Range” activity and create a variable. This variable is going to be a DataTable.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.