随笔分类 - C#
摘要: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,请使用中文列...
阅读全文