网站首页 站内搜索

搜索结果

查询Tags标签: strConn1,共有 2条记录
  • C#连接读取excel并展示相关数据实例

    private void button1_Click(object sender, EventArgs e) {string filePath = @"D:ReadExcel\ReadExcel\bin\Debug\Car.xls";string strConn1 = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + filePath + ";Extended Properties=Excel 8.…

    2022/1/6 9:08:03 人评论 次浏览
  • C#连接读取excel并展示相关数据实例

    private void button1_Click(object sender, EventArgs e) {string filePath = @"D:ReadExcel\ReadExcel\bin\Debug\Car.xls";string strConn1 = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + filePath + ";Extended Properties=Excel 8.…

    2022/1/6 9:08:03 人评论 次浏览
扫一扫关注最新编程教程