You can just use read range activity for that! That automatically gives you a data table…it also gives a option to include headers or not, that can vary as per your requirement.
Use a for each row first
then use assign activity to fetch the values as:
row(“yourcolumnname”).tostring (This will get stored in a variable, let’s say, a)
Now use this variable anywhere you want, i.e if you want to fill the data somewhere use a type into and pass the variable a into it!