R
Rohit
I am using GetOleDbSchemaTable to read the data from the Excel file. It is
working fine with all workbook/worksheets except the one that has numeric
column names as headers.
The connection string is
strConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" +
finfo.FullName + ";Extended Properties='Excel 8.0;HDR=YES;IMEX=1'"
working fine with all workbook/worksheets except the one that has numeric
column names as headers.
The connection string is
strConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" +
finfo.FullName + ";Extended Properties='Excel 8.0;HDR=YES;IMEX=1'"