摘要:
提取数据库中的数据,将其保存在EXCEL文件中,并提供下载。在一般处理程序中将数据库数据保存在EXCEL文件中的代码using System;using System.Collections.Generic;using System.Linq;using System.Web;using NPOI.HSSF.UserModel;using good.DAl;using System.Data;namespace good{ /// <summary> /// excel 的摘要说明 /// </summary> public class excel : IHttpHan 阅读全文