I am trying to use C# to read excel file which has intermixed datatype. Below is my connection string
var path = //xls location var MyConnection = new OleDbC
Instead of using OleDb I know use Excel Data Reader. It works greatly! Highly recommended!
OleDb