连接字符串:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\MyExcel.xls;Extended Properties=""Excel 8.0;HDR=Yes;IMEX=1""
Microsoft Jet 提供程序用于连接到 Excel 工作簿。在以下连接字符串中,Extended Properties 关键字设置 Excel 特定的属性。
HDR=Yes;指示第一行中包含列名,而不是数据,
IMEX=1;通知驱动程序始终将“互混”数据列作为文本读取。