08 2022 档案
摘要:using MySql.Data.MySqlClient; using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Linq; using System.Text; using
阅读全文
摘要:1.NuGet 添加Npoi.Mapper 引用 2.初始化 private void button1_Click(object sender, EventArgs e) { //数据导出测试 List<Person> persons = new List<Person>(); persons.Ad
阅读全文
摘要:首先NuGet 添加Log4Net引用 1.直接添加一个帮助类 using log4net; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Thre
阅读全文
摘要:## Ignore Visual Studio temporary files, build results, and## files generated by popular Visual Studio add-ons.#### Get latest from https://github.com
阅读全文
摘要:using Spire.Xls; using System.Linq; namespace WrapperPrint.Tools { /// <summary> /// 因为npoi应不会真正删除行,只会清除数据,导致打印出来空标签 /// 所以增加此帮助类删除数据。 /// nuget引入Free
阅读全文
摘要:using NPOI.HSSF.UserModel; using NPOI.SS.UserModel; using NPOI.SS.Util; using NPOI.XSSF.UserModel; using System; using System.Collections.Generic; usi
阅读全文