随笔分类 - 小工具
摘要:https://www.cnblogs.com/cndarren/p/12228426.html
阅读全文
摘要:#region SqlDataReader 转实体 /// <summary> /// DataTable转化为实体类集合 /// </summary> /// <param name="dt"></param> /// <returns></returns> public static List<
阅读全文
摘要:1 static public class ImportExcel 2 { 3 public static DataTable GetExcelDataTable(string filePath) 4 { 5 IWorkbook Workbook; 6 DataTable table = new D
阅读全文

浙公网安备 33010602011771号