Extract Data from Excel to Web page having different columns

I have a web page where data should be extracted from Excel paste into respective fields.
Please help me in getting out of it.Excel

Have you explored the selector of the web page rows? It should contain some kind of ID assigned to each row. Try using a counter increasing with each loop to access the web page row.

1 Like