摘要:
使用 NPOI 插件 //不带样式 public static string ToExcle(List<DataTable> datas, string fileName = "report", string exportpath = "", int from = 1) { //获取文件物理路径 s 阅读全文
摘要:
public static List<T> DatatTable_ToList<T>(DataTable dt) where T : class, new() { int a = 0; int b = 0; try { List<T> ts = new List<T>(); if (dt != nu 阅读全文