How to use jet engine to read data from excel to vb

how can i create a connection to an excel file and view the result in vb. I am using visual studio 2008, I tried searching for answers but could not find one that teaches step by step. And what links should I use? Thanks in advance.

Jason's relationship

+2


a source to share


2 answers


This link can help you. This is a simple example, but might lead you to what you are trying to do with it.



0


a source


If you want to process the contained sheets of the workbook, as the tables look at using the OLEDB driver to query the data, just like you would for a database. It's cleaner than Excel automation if you only care about the data. Check out this tutorial .



0


a source







All Articles