摘要: using Spire.Xls; using System.Linq; namespace WrapperPrint.Tools { /// <summary> /// 因为npoi应不会真正删除行,只会清除数据,导致打印出来空标签 /// 所以增加此帮助类删除数据。 /// nuget引入Free 阅读全文
posted @ 2022-08-09 15:59 互联网CV工程师 阅读(1158) 评论(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工程师 阅读(189) 评论(0) 推荐(0)