Accessing Cells in Excel Spreadsheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I retrieve value from cells in excel spreadsheet using vb.net

thanks
 
Open up a reference to the Excel library and use
Application.WorkBook.Worksheets.Cells
 
hi Ryan

I could not figure out how to open excel file. I am using Excel 11.0 Obect
Library. Is there any link which provides details about classes, methods and
properties exposed by Excel Object Librart?

Thanks
 

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