How to fill a table in pdf using excel sheet

I have a pdf file which contains a table structure in it. I have another excel sheet which has the same table with data in it. My task is for reach row in the excel I have to get the data and populate the pdf. I fir used read range to read my excel then I opened the pdf and then used for each row activity to reach the table value. Now my main problem begins here,so my sequence reads all the rows of the excel but it keep pasting in the same row of the pdf if I use Type into activity and indicate at the cell. I don’t know how to do this, any suggestion here?