随笔分类 -  开发语言类

摘要:protected void ExportToExcel(object sender, EventArgs e){ Response.Clear(); Response.Buffer = true; Response.AddHeader("content-disposition", "attachm 阅读全文
posted @ 2021-02-05 10:34 herry507 阅读(112) 评论(0) 推荐(0)
摘要:C#将DataGridView中数据导出为Excel 转自https://blog.csdn.net/weixin_43826109/article/details/105182489 1、首先需要添加Microsoft Office 16.0 Object Library2、导入引用using E 阅读全文
posted @ 2021-01-07 14:22 herry507 阅读(416) 评论(0) 推荐(0)
摘要:using System; using System.Data; using System.Data.Sql; using System.Data.SqlClient; using System.Configuration; using System.Collections; using Syste 阅读全文
posted @ 2020-09-16 16:47 herry507 阅读(394) 评论(0) 推荐(0)