1. 首页
  2. 编程语言
  3. VB
  4. vb.net从DataGridView写入Excel的高效方法(源代码)

vb.net从DataGridView写入Excel的高效方法(源代码)

上传者: 2019-04-28 02:25:51上传 RAR文件 51.87KB 热度 24次
vb.net把DataGridView中的数据导入Excel中,通常采用对Excel操作的方式进行。该方法简单易懂,网上也有很多,但是效率低下。因为其采用的是一个单元格一个单元格的写入方式。当数据量非常大时,用时往往很长。相对而言本程序则显得效率颇高,希望对各位有所帮助!
用户评论
码姐姐匿名网友 2019-04-28 02:25:51

方法不错,可行性很好!

码姐姐匿名网友 2019-04-28 02:25:51

一般哈,真的一般,当基础都勉强

码姐姐匿名网友 2019-04-28 02:25:51

代码有误,报错 While j < dataGridview1.Rows.Count 应该为 While j < dataGridview1.Rows.Count - 1 因为要考虑行头的缘故

码姐姐匿名网友 2019-04-28 02:25:51

可以导出,但是会有warning: The file you are trying to open, is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. Do you want to open the file now? 但是点 Yes 后可以得到导出的文档

码姐姐匿名网友 2019-04-28 02:25:51

可以运行,但是用vs2013调试导出为空文件

码姐姐匿名网友 2019-04-28 02:25:51

是可以使用,但是这个导出来的数据是excel2003版本的,没有导出excel2008版本的吗

码姐姐匿名网友 2019-04-28 02:25:51

还不错 能直接用 可以借鉴

码姐姐匿名网友 2019-04-28 02:25:51

借鉴一下,不过貌似帮助不大

码姐姐匿名网友 2019-04-28 02:25:51

我下错了,不是我想要的.

码姐姐匿名网友 2019-04-28 02:25:51

不错,可以直接用