12 2020 档案
【NPOI】把Excel文件转List
摘要:public class ExcelTools { public static List<T> GetList<T>(string path,string sheetName = "Sheet1") where T : new() { var list = new List<T>(); IWorkb 阅读全文
posted @ 2020-12-02 14:20 絆τ 阅读(592) 评论(0) 推荐(0)