码迷,mamicode.com
首页 > Windows程序 > 详细

C# Winform 关于97-2003 和 2007 两个版本的excel 的 数据连接声明

时间:2015-05-22 17:12:35      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:winform

//2003Microsoft.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);

//2007Microsoft.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);

C# Winform 关于97-2003 和 2007 两个版本的excel 的 数据连接声明

标签:winform

原文地址:http://blog.csdn.net/banlifeather/article/details/45918073

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!