what are you trying to do... can you can connect to it and pull information just like a database....
I am pulling it from some vb code... but you can get the idea...
Dim sConnectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" + ProcessFile + ";Extended Properties=Excel 8.0;"
Dim ole As New OleDbConnection(sConnectionString)
ole.Open()
Dim olecommand As New OleDbCommand("select * from tblCustomers", ole)
Dim olread As OleDbDataReader = olecommand.ExecuteReader()
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.