I am creating a software for my company in C#. The working process is like this.
1: we write information in an Excel file.
2: Then we go to the website (Company's customer support page) there is only one search box. and we search after appropriate information. it gives us result with all information. we need only information from the "summary column" and we write it down in the Excel file.
what i am trying to do is creating a tool that will loop through all the given information, search it and get results and get back and save into the excel file.
but problem is that i don't know where do i start. i have googled it alot but couldn't find any thing on that topic.
Thanks in advance