Read excel to dataset

Posted by TOM on December 13, 2011

This sample show how to read data from excel file by using Microsoft.Jet.OLEDB.

More information about excel connectionstring see http://www.connectionstrings.com/excel

Let's sample code.

Private Function ReadExcelFile(ByVal filePath As String, ByVal fileName As String) As DataSet
'' Excel
... [read more]

Rating

not rated

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.