摘要: 使用Epplus方法把sql数据库中表的数据导出到excel中去:需要使用EPPlus.dll引用。using System.IO;using OfficeOpenXml; public static string Create(string[] tables) { ... 阅读全文
posted @ 2014-12-03 14:01 吴枫 阅读(508) 评论(0) 推荐(0)