摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.IO;using System.Reflection;namespace Entry.Web.lib{ /// /// 导出excel 简单实现 /// public static class ExcelUtil { /// /// 方法1: 将DataTable导出为Excel文件 /// /// DataTable,需要导出的DataTable,请使用中文列... 阅读全文
posted @ 2013-05-08 11:44
三叶草╮
阅读(335)
评论(0)
推荐(0)