1.数据导出为Excel的Stream using System; using System.Collections.Generic; using System.IO; using Abp.Collections.Extensions; using OfficeOpenXml; using System.Web; using Abp.Web.Models; namespace Common.Exporting { public static class ExcelExporter<T> { /…