EPPlus 7.7.2

A spreadsheet library for .NET framework and .NET core

Showing the top 20 packages that depend on EPPlus.

Packages Downloads
Magicodes.IE.Excel
Excel导入导出通用库。 官方网址:http://xin-lai.com 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 小店地址:https://shop113059108.taobao.com/
1
Magicodes.IE.Excel
导入导出通用库。 官方网址:http://xin-lai.com 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 小店地址:https://shop113059108.taobao.com/
1
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032
1
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 **2020.05.16** - **【Nuget】版本更新到2.2.1** 【PDF导出】对模板引擎进行升级更新 **2020.05.12** - **【Nuget】版本更新到2.2.0** - **【Excel模板导出】支持导出字节** - **【文档】Magicodes.IE Csv导入导出** - **【Excel导入导出】修复标注的添加问题** - **【导出】ASP.NET Core Web API 中使用自定义格式化程序导出Excel、Pdf、Csv等内容** [#64](https://github.com/dotnetcore/Magicodes.IE/issues/64) - **【导入导出】支持使用System.ComponentModel.DataAnnotations命名空间下的部分特性来控制导入导出** [#63](https://github.com/dotnetcore/Magicodes.IE/issues/63) **2020.04.16** - **【Nuget】版本更新到2.2.0-beta9** - **【Excel模板导出】修复只存在一列时的导出 [#73](https://github.com/dotnetcore/Magicodes.IE/issues/73)** - **【Excel导入】支持返回表头和索引 [#76](https://github.com/dotnetcore/Magicodes.IE/issues/76)** - **【Excel导入导入】[#63](https://github.com/dotnetcore/Magicodes.IE/issues/63)** - 支持使用System.ComponentModel.DataAnnotations命名空间下的部分特性来控制导入导出,比如 - DisplayAttribute - DisplayFormatAttribute - DescriptionAttribute - 封装简单的易于使用的单一特性,例如 - IEIgnoreAttribute(可作用于属性、枚举成员,可影响导入和导出) **2020.04.02** 2.2.0-beta8 【Excel模板导出】支持图片 [#61](https://github.com/dotnetcore/Magicodes.IE/issues/61) 2.2.0-beta7 【Excel模板导出】修复渲染问题 [#51](https://github.com/dotnetcore/Magicodes.IE/issues/51)
1
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 **2020.06.14** - ** 【Nuget】版本更新到2.2.5** - ** 【Excel导出】增加分栏、分sheet、追加rows导出 [#74](https://github.com/dotnetcore/Magicodes.IE/issues/74)** - exporter.Append(list1).SeparateByColumn().Append(list2).ExportAppendData(filePath); - exporter.Append(list1).SeparateBySheet().Append(list2).ExportAppendData(filePath); - exporter.Append(list1).SeparateByRow().AppendHeaders().Append(list2).ExportAppendData(filePath); - ** [Excel导出】修复‘IsAllowRepeat=true’ [#107](https://github.com/dotnetcore/Magicodes.IE/issues/107) ** - ** [Pdf导出】增加PDF扩展方法,支持通过以参数形式传递特性参数 [#104](https://github.com/dotnetcore/Magicodes.IE/issues/104) ** - `ExportListBytesByTemplate<T>(ICollection<T> data, PdfExporterAttribute pdfExporterAttribute,string temple);` - `ExportBytesByTemplate<T>(T data, PdfExporterAttribute pdfExporterAttribute,string template);` **2020.06.07** - ** 【Nuget】版本更新到2.2.4** - ** 【Excel导入】增加`导入失败`仅返回错误行功能** - ** 【Excel导入】修复导入的空行标注位置偏移** - ** 【Excel导出】增加`SeparateByColumn`进行分割追加列** **2020.05.31** - **【Nuget】版本更新到2.2.3** - **【Excel导入】增加了stream Csv导入扩展方法 - **【Word导出】修复word文件字节导出错误
1
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 **2020.06.16** - ** 【Nuget】版本更新到2.2.6** - ** 【HTML导出】添加对NETCore2.2模板引擎的支持 **2020.06.14** - ** 【Nuget】版本更新到2.2.5** - ** 【Excel导出】增加分栏、分sheet、追加rows导出 [#74](https://github.com/dotnetcore/Magicodes.IE/issues/74)** - exporter.Append(list1).SeparateByColumn().Append(list2).ExportAppendData(filePath); - exporter.Append(list1).SeparateBySheet().Append(list2).ExportAppendData(filePath); - exporter.Append(list1).SeparateByRow().AppendHeaders().Append(list2).ExportAppendData(filePath); - ** [Excel导出】修复‘IsAllowRepeat=true’ [#107](https://github.com/dotnetcore/Magicodes.IE/issues/107) ** - ** [Pdf导出】增加PDF扩展方法,支持通过以参数形式传递特性参数 [#104](https://github.com/dotnetcore/Magicodes.IE/issues/104) ** - `ExportListBytesByTemplate<T>(ICollection<T> data, PdfExporterAttribute pdfExporterAttribute,string temple);` - `ExportBytesByTemplate<T>(T data, PdfExporterAttribute pdfExporterAttribute,string template);` **2020.06.07** - ** 【Nuget】版本更新到2.2.4** - ** 【Excel导入】增加`导入失败`仅返回错误行功能** - ** 【Excel导入】修复导入的空行标注位置偏移** - ** 【Excel导出】增加`SeparateByColumn`进行分割追加列**
1
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 #### **2020.05.12** - **【Nuget】版本更新到2.2.0** - **【Excel模板导出】支持导出字节** - **【文档】Magicodes.IE Csv导入导出** - **【Excel导入导出】修复标注的添加问题** - **【导出】ASP.NET Core Web API 中使用自定义格式化程序导出Excel、Pdf、Csv等内容** [#64](https://github.com/dotnetcore/Magicodes.IE/issues/64) - **【导入导出】支持使用System.ComponentModel.DataAnnotations命名空间下的部分特性来控制导入导出** [#63](https://github.com/dotnetcore/Magicodes.IE/issues/63) **2020.04.16** - **【Nuget】版本更新到2.2.0-beta9** - **【Excel模板导出】修复只存在一列时的导出 [#73](https://github.com/dotnetcore/Magicodes.IE/issues/73)** - **【Excel导入】支持返回表头和索引 [#76](https://github.com/dotnetcore/Magicodes.IE/issues/76)** - **【Excel导入导入】[#63](https://github.com/dotnetcore/Magicodes.IE/issues/63)** - 支持使用System.ComponentModel.DataAnnotations命名空间下的部分特性来控制导入导出,比如 - DisplayAttribute - DisplayFormatAttribute - DescriptionAttribute - 封装简单的易于使用的单一特性,例如 - IEIgnoreAttribute(可作用于属性、枚举成员,可影响导入和导出) **2020.04.02** 2.2.0-beta8 【Excel模板导出】支持图片 [#61](https://github.com/dotnetcore/Magicodes.IE/issues/61) 2.2.0-beta7 【Excel模板导出】修复渲染问题 [#51](https://github.com/dotnetcore/Magicodes.IE/issues/51)
1
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 **2020.06.17** - ** 【Nuget】版本更新到2.2.7** - ** 【HTML导出】添加对NETCore2.2模板引擎的支持 **2020.06.16** - ** 【Nuget】版本更新到2.2.6** - ** 【HTML导出】添加对NETCore2.2模板引擎的支持 **2020.06.14** - ** 【Nuget】版本更新到2.2.5** - ** 【Excel导出】增加分栏、分sheet、追加rows导出 [#74](https://github.com/dotnetcore/Magicodes.IE/issues/74)** - exporter.Append(list1).SeparateByColumn().Append(list2).ExportAppendData(filePath); - exporter.Append(list1).SeparateBySheet().Append(list2).ExportAppendData(filePath); - exporter.Append(list1).SeparateByRow().AppendHeaders().Append(list2).ExportAppendData(filePath); - ** [Excel导出】修复‘IsAllowRepeat=true’ [#107](https://github.com/dotnetcore/Magicodes.IE/issues/107) ** - ** [Pdf导出】增加PDF扩展方法,支持通过以参数形式传递特性参数 [#104](https://github.com/dotnetcore/Magicodes.IE/issues/104) ** - `ExportListBytesByTemplate<T>(ICollection<T> data, PdfExporterAttribute pdfExporterAttribute,string temple);` - `ExportBytesByTemplate<T>(T data, PdfExporterAttribute pdfExporterAttribute,string template);` **2020.06.07** - ** 【Nuget】版本更新到2.2.4** - ** 【Excel导入】增加`导入失败`仅返回错误行功能** - ** 【Excel导入】修复导入的空行标注位置偏移** - ** 【Excel导出】增加`SeparateByColumn`进行分割追加列**
1
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 **2020.06.07** - ** 【Nuget】版本更新到2.2.4** - ** 【Excel导入】增加`导入失败`仅返回错误行功能** - ** 【Excel导入】修复导入的空行标注位置偏移** - ** 【Excel导出】增加`SeparateByColumn`进行分割追加列** **2020.05.31** - **【Nuget】版本更新到2.2.3** - **【Excel导入】增加了stream Csv导入扩展方法 - **【Word导出】修复word文件字节导出错误 **2020.05.24** - **【Nuget】版本更新到2.2.2** - **【Excel导入】增加了stream导入扩展方法 - **【Excel导出】增加了内容居中(单列居中、整表居中) - **【导出】对一些中间件代码进行了修复及优化
1
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 **2020.05.24** - **【Nuget】版本更新到2.2.2** - **【Excel导入】增加了stream导入扩展方法 - **【Excel导出】增加了内容居中(单列居中、整表居中) - **【导出】对一些中间件代码进行了修复及优化 **2020.05.16** - **【Nuget】版本更新到2.2.1** 【PDF导出】对模板引擎进行升级更新 **2020.05.12** - **【Nuget】版本更新到2.2.0** - **【Excel模板导出】支持导出字节** - **【文档】Magicodes.IE Csv导入导出** - **【Excel导入导出】修复标注的添加问题** - **【导出】ASP.NET Core Web API 中使用自定义格式化程序导出Excel、Pdf、Csv等内容** [#64](https://github.com/dotnetcore/Magicodes.IE/issues/64) - **【导入导出】支持使用System.ComponentModel.DataAnnotations命名空间下的部分特性来控制导入导出** [#63](https://github.com/dotnetcore/Magicodes.IE/issues/63)
1
Magicodes.IE.Excel
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 交流QQ群:85318032 **2020.06.22** - ** 【Nuget】版本更新到2.3.0-beta1** - ** 【Excel导出】添加对Excel模板导出函数的支持 - {{Formula::AVERAGE?params=G4:G6}} **2020.06.17** - ** 【Nuget】版本更新到2.2.7** - ** 【HTML导出】添加对NETCore2.2模板引擎的支持 **2020.06.16** - ** 【Nuget】版本更新到2.2.6** - ** 【HTML导出】添加对NETCore2.2模板引擎的支持 **2020.06.14** - ** 【Nuget】版本更新到2.2.5** - ** 【Excel导出】增加分栏、分sheet、追加rows导出 [#74](https://github.com/dotnetcore/Magicodes.IE/issues/74)** - exporter.Append(list1).SeparateByColumn().Append(list2).ExportAppendData(filePath); - exporter.Append(list1).SeparateBySheet().Append(list2).ExportAppendData(filePath); - exporter.Append(list1).SeparateByRow().AppendHeaders().Append(list2).ExportAppendData(filePath); - ** [Excel导出】修复‘IsAllowRepeat=true’ [#107](https://github.com/dotnetcore/Magicodes.IE/issues/107) ** - ** [Pdf导出】增加PDF扩展方法,支持通过以参数形式传递特性参数 [#104](https://github.com/dotnetcore/Magicodes.IE/issues/104) ** - `ExportListBytesByTemplate<T>(ICollection<T> data, PdfExporterAttribute pdfExporterAttribute,string temple);` - `ExportBytesByTemplate<T>(T data, PdfExporterAttribute pdfExporterAttribute,string template);`
1

Version Downloads Last updated
8.5.0 0 03/06/2026
8.4.2 0 02/04/2026
8.4.1 0 01/12/2026
8.4.0 0 12/12/2025
8.3.1 0 11/28/2025
8.3.0 0 11/20/2025
8.2.1 0 10/09/2025
8.2.0 0 09/24/2025
8.1.1 0 09/09/2025
8.1.0 0 08/15/2025
8.0.8 0 07/22/2025
8.0.7 0 07/02/2025
8.0.6 0 06/19/2025
8.0.5 0 05/15/2025
8.0.4 0 05/14/2025
8.0.3 0 04/30/2025
8.0.2 0 04/16/2025
8.0.1 0 03/28/2025
7.7.3 0 07/22/2025
7.7.2 0 05/14/2025
7.7.1 0 04/15/2025
7.7.0 0 03/17/2025
7.6.1 0 03/04/2025
7.6.0 0 02/06/2025
7.5.3 0 01/16/2025
7.5.2 0 12/09/2024
7.5.1 0 11/21/2024
7.5.0 0 11/15/2024
7.4.2 0 10/28/2024
7.4.1 0 10/11/2024
7.4.0 0 10/02/2024
7.3.2 0 09/17/2024
7.3.1 0 09/05/2024
7.3.0 0 08/20/2024
7.2.2 0 07/24/2024
7.2.1 0 07/02/2024
7.2.0 0 06/18/2024
7.1.3 0 05/28/2024
7.1.2 0 04/23/2024
7.1.1 0 04/08/2024
7.1.0 0 03/28/2024
7.0.10 0 03/11/2024
7.0.9 0 02/15/2024
7.0.8 0 01/24/2024
7.0.7 0 01/19/2024
7.0.6 0 01/10/2024
7.0.5 0 12/22/2023
7.0.4 0 12/15/2023
7.0.3 0 12/05/2023
7.0.2 0 11/23/2023
7.0.1 0 11/09/2023
7.0.0 0 10/26/2023
6.2.19 0 03/27/2024
6.2.18 0 03/11/2024
6.2.17 0 02/15/2024
6.2.16 0 01/10/2024
6.2.15 0 12/15/2023
6.2.14 0 12/05/2023
6.2.13 0 11/23/2023
6.2.12 0 11/09/2023
6.2.11 0 10/26/2023
6.2.10 0 10/02/2023
6.2.9 0 09/08/2023
6.2.8 0 08/15/2023
6.2.7 0 07/19/2023
6.2.6 0 06/15/2023
6.2.5 0 06/14/2023
6.2.4 0 05/15/2023
6.2.3 0 05/02/2023
6.2.2 0 04/17/2023
6.2.1 0 04/06/2023
6.2.0 0 03/24/2023
6.1.3 0 02/24/2023
6.1.2 0 01/19/2023
6.1.1 0 11/21/2022
6.1.0 0 11/03/2022
6.0.8 0 09/21/2022
6.0.7 0 08/30/2022
6.0.6 0 07/08/2022
6.0.5 0 06/10/2022
6.0.4 0 05/12/2022
6.0.3 0 04/12/2022
5.8.14 0 09/21/2022
5.8.13 0 08/30/2022
5.8.12 0 07/08/2022
5.8.11 0 06/10/2022
5.8.10 0 05/12/2022
5.8.9 0 04/11/2022
5.8.8 0 03/22/2022
5.8.7 0 03/01/2022
5.8.6 0 02/03/2022
5.8.5 0 01/13/2022
5.8.4 0 12/14/2021
5.8.3 0 11/19/2021
5.8.2 0 10/29/2021
5.8.1 0 10/26/2021
5.8.0 0 10/21/2021
5.7.5 0 09/21/2021
5.7.4 0 08/26/2021
5.7.3 0 08/10/2021
5.7.2 0 07/22/2021
5.7.1 0 07/06/2021
5.7.0 0 06/17/2021
5.6.4 0 05/12/2021
5.6.3 0 04/16/2021
5.6.2 0 04/07/2021
5.6.1 0 03/22/2021
5.6.0 0 03/15/2021
5.5.5 0 02/23/2021
5.5.4 0 02/16/2021
5.5.3 0 02/03/2021
5.5.2 0 01/18/2021
5.5.1 0 01/12/2021
5.5.0 0 12/18/2020
5.4.2 0 11/19/2020
5.4.1 0 11/05/2020
5.4.0 0 10/08/2020
5.3.2 0 09/14/2020
5.3.1 0 09/02/2020
5.3.0 0 08/20/2020
5.2.1 0 07/22/2020
5.2.0 0 06/24/2020
5.1.2 0 05/13/2020
5.1.1 0 04/27/2020
5.1.0 0 04/07/2020
5.0.4 0 03/10/2020
5.0.3 0 03/08/2020
4.5.3.3 0 01/30/2020
4.5.3.2 0 06/16/2019
4.5.3.1 0 02/03/2019
4.5.3 0 01/06/2019
4.5.2.1 0 05/30/2018
4.5.2 0 05/24/2018
4.5.1 0 03/25/2018
4.1.1 0 10/08/2017
4.1.0 0 07/14/2016
4.0.5 0 01/08/2016
4.0.4 0 04/24/2015
4.0.3 0 02/12/2015
4.0.2 0 01/14/2015
4.0.1.1 0 11/30/2014