In my Windows application, I want to create an automation software using C#.NET which works in two steps:
- Select particular data and copy it from a page of a website. I have done it using web browser control for SelectAll. The data is not HTML data but databound data.
- Next, I want to save the copied contents of the page to an to excel sheet directly. There is no datatable or gridview to export, just the copied content directly from a page. I urgently need help for this code section.
I'll be grateful for your immediate help.