select * from OpenRowSet('Microsoft.ACE.OLEDB.12.0', 'Excel 12.0;HDR=Yes;IMEX=1;Database=E:\附件一.xls', 'select * from [资产信息$]')   

用上面的语句异常解决方案:

参考地址:http://hi.baidu.com/yiyishuitian/item/d2322435052aabfe96f88d9d

select *  from OPENROWSET('Microsoft.Ace.OLEDB.15.0',   'Excel 12.0;DATABASE=D:\Project_ME\sankyo.xls' , 'Select * from [Sheet1$]')

相关文章:

  • 2021-09-05
  • 2021-12-02
  • 2021-11-18
  • 2021-04-29
猜你喜欢
  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2022-01-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案