How to read Excel in a .NET app

N

nate axtell

I have a VB application using the .NET 2.0 framework. I want to be able to
read the contents of an Excel file into the application. I do not want to
require that Office be installeed on the machine where is application is
running. I have one test application that uses the Excel Object Model
(reference to Excel in my project) and I create an Excel.Application, a
Workbook, and Worksheets. I want to know if this is redistributable with my
application, both legally and whether or not it will work without Office
being installed.

I've also been looking at using the Jet OLEDB Provider with ADO .NET to
query the Excel file. Does this provider only get installed with Access?
And, if not, could it be redistributed with a VB .NET 2.0 application?

Thanks for any information,
Nate
 

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

Top