摘要: 在使用ASP.NET Web Forms 结合 EPPlus 库来导出Excel文件到浏览器客户端时,通常的做法是通过服务器端生成Excel文件(二进制流ByteArray),然后将其以二进制流的形式发送到客户端浏览器。以下是一个详细的步骤和示例代码, 步骤 1: 安装 EPPlus 库4533版 阅读全文
posted @ 2026-07-14 16:57 techNote 阅读(11) 评论(0) 推荐(0)
摘要: using OfficeOpenXml; using System; using System.Collections.Generic; using System.Data; using System.Reflection; namespace Common { public class Epplu 阅读全文
posted @ 2026-07-14 06:37 techNote 阅读(6) 评论(0) 推荐(0)