Read excel to dataset
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]
Submit a review:
Login required.