zhangzhu

//2003(Microsoft.Jet.Oledb.4.0)
string strConn = string.Format("Provider=Microsoft.Jet.OLEDB.4.0;Data Source={0};Extended Properties=\'Excel 8.0;HDR=Yes;IMEX=1;\'", excelFilePath);

//2010(Microsoft.ACE.OLEDB.12.0)
string strConn = string.Format("Provider=Microsoft.ACE.OLEDB.12.0;Data Source={0};Extended Properties=\'Excel 8.0;HDR=Yes;IMEX=1;\'", excelFilePath);

分类:

技术点:

相关文章:

  • 2021-06-20
  • 2021-07-05
  • 2021-09-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-07
  • 2021-12-06
猜你喜欢
  • 2021-11-22
  • 2022-12-23
  • 2022-01-07
  • 2021-10-22
  • 2021-05-26
  • 2022-12-23
  • 2022-01-01
相关资源
相似解决方案