Fill up a webpage with excel data
Hi All,
I have requirement of filling various text fields in a webpage from the values stored in excel.
I have fetched all the values one by one from excel and am able to display the same in a msgbox but how can i put the values coming from the end loop into the respective textboxes/fields of the webpage.
It is working for one record in excel i can specify the exact cellvalue from where the data needs to filled up in the webpage field. But i have several records in excel file and i want to pick record wise and fill up the webform to submit.
Kindly suggest me a solution.Need help here.