摘要: minio 注册成windows 服务的工具开发 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; usi 阅读全文
posted @ 2020-11-10 17:57 easten 阅读(1502) 评论(0) 推荐(1) 编辑
摘要: NOPI使用常用方法封装 1、将ISheet转为List /// <summary> /// 工作表转List /// </summary> /// <typeparam name="T">需要转换的泛型类</typeparam> /// <param name="sheet">工作表</param 阅读全文
posted @ 2020-11-10 17:52 easten 阅读(478) 评论(0) 推荐(0) 编辑
摘要: 利用NPOI给excel中添加图片 核心代码,可自行封装 var imgPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "seal.png"); var filePath = Path.Combine(AppDomain.Curr 阅读全文
posted @ 2020-11-10 17:50 easten 阅读(783) 评论(0) 推荐(0) 编辑