08 2022 档案

摘要:using MySql.Data.MySqlClient; using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Linq; using System.Text; using 阅读全文
posted @ 2022-08-22 18:36 互联网CV工程师 阅读(57) 评论(0) 推荐(0) 编辑
摘要: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工程师 阅读(292) 评论(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工程师 阅读(712) 评论(0) 推荐(1) 编辑
摘要:## Ignore Visual Studio temporary files, build results, and## files generated by popular Visual Studio add-ons.#### Get latest from https://github.com 阅读全文
posted @ 2022-08-11 10:45 互联网CV工程师 阅读(371) 评论(1) 推荐(0) 编辑
摘要:using Spire.Xls; using System.Linq; namespace WrapperPrint.Tools { /// <summary> /// 因为npoi应不会真正删除行,只会清除数据,导致打印出来空标签 /// 所以增加此帮助类删除数据。 /// nuget引入Free 阅读全文
posted @ 2022-08-09 15:59 互联网CV工程师 阅读(1104) 评论(0) 推荐(0) 编辑
摘要:using NPOI.HSSF.UserModel; using NPOI.SS.UserModel; using NPOI.SS.Util; using NPOI.XSSF.UserModel; using System; using System.Collections.Generic; usi 阅读全文
posted @ 2022-08-09 15:58 互联网CV工程师 阅读(183) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示