Excel sheet

I have an excel sheet and i want uipath to read the first row and get value from specafic colmn let say forth or fifth clomn, then save it in variable and use it in work flow, after that will back to excel and read next row and and get the value from the same colmn and save it in the variable and continue the work flow and so on till last row

Can any one help here?

Excel application scope > read range > save output in a datatable . Then use the datatable in a For Each loop.

This is explained in the training material if you need an example.