It seems like you will want to create a browser helper object to get the
data from within IE. Once you do that, you will want to use the Excel
automation model to create your workbook.
I would google "Browser Helper Object development" and "Excel Automation
..NET" for more information on how to develop those two solutions.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
-
(E-Mail Removed)
"shantanu" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have a project which will implement a add-in to fetch some data from
> a HTML page and display in coressponding cells of a excel workbook. Can
> anybody has the idea how to proceed.
>
> Thanx
>