摘要: excel 2003,2007导入到datatable using NPOI.HSSF.UserModel; using NPOI.SS.UserModel; using NPOI.XSSF.UserModel; using System; using System.Collections.Gene 阅读全文
posted @ 2017-05-16 11:41 SmilePastaLi 阅读(1460) 评论(0) 推荐(0)
摘要: static class Extensions { internal static DataSet ToDataSet<T>(this IList<T> list) { Type elementType = typeof(T); var ds = new DataSet(); var t = new 阅读全文
posted @ 2017-05-16 11:14 SmilePastaLi 阅读(139) 评论(0) 推荐(0)