导出
brian0031
这个作者很懒,什么都没留下…
展开
-
C#中datatabel导出excel(三种方法)
方法一:(拷贝直接可以使用,适合大批量资料, 上万笔) Microsoft.Office.Interop.Excel.Application appexcel = new Microsoft.Office.Interop.Excel.Application(); SaveFileDialog savefiledialog = new SaveFileDialog(); System.Refl原创 2011-11-15 10:39:08 · 1043 阅读 · 0 评论 -
C#中GDI+导出excel (含图片, 数据)
using System.Drawing.Printing; using System.Drawing.Drawing2D; using Excel = Microsoft.Office.Interop.Excel; private void toolStripButton2_Click(object sender, EventArgs e) //导出excel { if (原创 2011-12-30 15:40:09 · 1642 阅读 · 0 评论