摘要: 1.NuGet 添加Npoi.Mapper 引用 2.初始化 private void button1_Click(object sender, EventArgs e) { //数据导出测试 List<Person> persons = new List<Person>(); persons.Ad 阅读全文
posted @ 2022-08-18 09:52 互联网CV工程师 阅读(315) 评论(0) 推荐(0)
摘要: 首先NuGet 添加Log4Net引用 1.直接添加一个帮助类 using log4net; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Thre 阅读全文
posted @ 2022-08-18 09:28 互联网CV工程师 阅读(736) 评论(0) 推荐(1)