随笔分类 -  asp.net Excel处理

摘要:public void Export() { HttpResponse Response = System.Web.HttpContext.Current.Response; // Load your source workbook Workbook workbook = new Workbook(); /... 阅读全文
posted @ 2017-12-03 10:50 小小高 阅读(1490) 评论(0) 推荐(0) 编辑
摘要:using System.Data; using System.Configuration; using System.Web; using System.IO; using System.Text; using NPOI; using NPOI.HPSF; using NPOI.HSSF; using NPOI.HSSF.UserModel; using NPOI.HSSF.Util; usi... 阅读全文
posted @ 2016-11-29 14:04 小小高 阅读(1900) 评论(0) 推荐(0) 编辑
摘要:根据List生成Excel http://files.cnblogs.com/files/gaocong/yms_asp.net_excel_export.rar 阅读全文
posted @ 2016-03-02 10:31 小小高 阅读(171) 评论(0) 推荐(0) 编辑
摘要:Client的版本亲测至少可导出千万级别的数据,Web版本要看服务器内存配置。。 epplus下载路径: http://epplus.codeplex.com/ 阅读全文
posted @ 2016-01-15 16:21 小小高 阅读(2032) 评论(1) 推荐(2) 编辑

点击右上角即可分享
微信分享提示