string exlPath = @System.Windows.Forms.Application.StartupPath + "\\表.xls";
string exlconnStr = "provider=microsoft.jet.oledb.4.0;data source=" + exlPath + ";extended properties='Excel 8.0;HDR=yes;IMEX=1'";
string exlselectStr = "select * from [Sheet1$]";
string defs = @System.Windows.Forms.Application.StartupPath + "\\表.xls";
默认是从从excel第二行开始读取?为什么?如何从第一行开始?