You can use excel for each row activity to loop through each row in the excel. Get the value to a string variable using assign by CurrentRow(0).ToString
Then write the value to excel using write cell activity. Cell range you can update dynamically by getting he index of currentRow.