To read the excel data and enter into the web application

I have a webform, which contain some input boxes , need to read the data from excel sheet and should enter into that webform! The screenshot is of below of the webform,

Hi,

  1. Read range activity to read the excel and save it in one data table
  2. Use For each datatable and iterate it
  3. Inside for each use type into activity by indicating the first text box and type row(0).toString
  4. Similarly use type into activity and indiacte other text box and type row(1).toString
  5. Repeat the process and type the data from excel accordingly in the **type into ** activity

Thanks.

2 Likes

@sushmithaelluru From the below link download googlesignup zip file so you can get an idea

Best approach to read many fields from excel and paste /enter on webpage - #9 by indra

1 Like