End Google Ads 201810 - BS.net 01 --> Hi,
I used the below connection string to read excel file.
connectionString = "Provider=Microsoft.Jet.OLEDB.12.0;Data Source=D:\test2.xlsx;Extended Properties=\'Excel 12.0;HDR=No;\";

While opening, an exception is thrown.. "External table is not in the expected format"
I explored in serveral sites and changed the connection string as mentioned there and followed other solutions. But none of them didn't work.
Please guide me to solve this issue. Thanks in advance.