You could try to add
HDR=No;IMEX=1
to your connection string. If you don't have a header row and in case you have mixed data types in columns.
string connString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:/Sheets/DataSheet.xls;Extended Properties=\"Excel 12.0;HDR=No;IMEX=1\";";