ADD-In to Read HTML data in excel file

  • Thread starter Thread starter shantanu
  • Start date Start date
S

shantanu

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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top