Issue while establishing connection with excel

84 Views Asked by At

The below connection string establishes connection with excel file which has extension as '.xls' but same string throws an exception while opening a connection with file which has extension as .xlsx.

Any idea?

ConnectionString = Provider=Microsoft.Jet.OLEDB.4.0; Data Source=C:\Users\abcd\Desktop\demo.xls; Extended Properties=excel 8.0; Persist Security Info=False

1

There are 1 best solutions below

0
On BEST ANSWER

This is because you need a different connection string for xlsx'es.