insert  table1
  select   *   from   OPENROWSET('MICROSOFT.JET.OLEDB.4.0'  
  ,'Excel 5.0;IMEX=1;HDR=YES;DATABASE=C:\abc.xls'  
  ,[Sheet1$])

相关文章: