摘要: C#实现Excel导出需要引用Aspose.Cells。Aspose.Cells下载链接,提取码:2n1u Excel导出方法 using System; using System.Collections.Generic; using System.Linq; using System.Web; u 阅读全文
posted @ 2023-07-29 19:41 每天进步多一点 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 生成PDF格式的合同文件,效果图如下: 一、准备工作 首先C#代码操作pdf文件,需要引用一个pdf官方提供的两个dll,去网上下载,并将其添加引用到项目即可。官方下载地址 ,提取码:0jue 在代码中引用 using iTextSharp.text; using iTextSharp.text.p 阅读全文
posted @ 2023-07-29 19:34 每天进步多一点 阅读(321) 评论(0) 推荐(0) 编辑