execlcon.Connected:=false;
   execlcon.Close;
   execlcon.ConnectionString:='Provider=Microsoft.Jet.OLEDB.4.0;Data Source='+OpenDialog1.FileName+';Extended Properties="Excel 8.0;HDR=Yes;IMEX=1";Persist Security Info=False';  //
   execlcon.Connected:=true;
提示:检测到错误类EOleException,无效的参数量!
应该就是Extended Properties="Excel 8.0;HDR=Yes;IMEX=1";
这一句的问题。我在网上找了许久也没找到应该怎样去定义