2017年3月12日

C#导入Excel2003或2007版本

摘要: http://files.cnblogs.com/files/lanyubaicl/%E8%AF%BB%E5%8F%96Excel0.zip 下载源码:http://files.cnblogs.com/files/lanyubaicl/%E8%AF%BB%E5%8F%96Excel0.zip 阅读全文

posted @ 2017-03-12 19:30 带刀侍卫++i 阅读(264) 评论(0) 推荐(0)

C# 导出dataGridView中的值到Excel

摘要: 方法/步骤 添加Office Excel引用,在.net下面。 程序代码引用:using Excel = Microsoft.Office.Interop.Excel; 添加事件控件“导出Excel” 双击“导出Excel”空间添加代码: private void button2_Click(obj 阅读全文

posted @ 2017-03-12 19:11 带刀侍卫++i 阅读(404) 评论(0) 推荐(0)

导航