首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

excel联接字符串

2012-12-25 
excel连接字符串//operate 2003 excelString ConnectionString ProviderMicrosoft.Jet.OLEDB.4.0 +

excel连接字符串
  //operate 2003 excel
            String ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + filePath + ";" + "Extended Properties=Excel 8.0;";
            //operate 2007excel
            //String ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0;" + "Data Source=" + filePath + ";" + "Extended Properties=Excel 12.0;";
          

热点排行