Magicodes.EPPlus
4.6.3
Create advanced Excel spreadsheets using .NET
Install-Package Magicodes.EPPlus -Version 4.6.3
dotnet add package Magicodes.EPPlus --version 4.6.3
<PackageReference Include="Magicodes.EPPlus" Version="4.6.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Magicodes.EPPlus --version 4.6.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Magicodes.EPPlus, 4.6.3"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
# EPPlus 4.6.1
添加LoadFromDictionaries以支持动态类型
Dependencies
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration.Json (>= 2.2.0)
- System.ComponentModel.TypeConverter (>= 4.3.0)
- System.Data.Common (>= 4.3.0)
- System.Drawing.Common (>= 4.7.0)
- System.Reflection (>= 4.3.0)
- System.Security.Claims (>= 4.3.0)
- System.Security.Cryptography.Pkcs (>= 4.7.0)
- System.Security.Cryptography.X509Certificates (>= 4.3.2)
- System.Text.Encoding.CodePages (>= 4.7.0)
- System.Xml.XmlDocument (>= 4.3.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETStandard 2.1
- Microsoft.Extensions.Configuration.Json (>= 3.1.0)
- System.ComponentModel.TypeConverter (>= 4.3.0)
- System.Data.Common (>= 4.3.0)
- System.Drawing.Common (>= 4.7.0)
- System.Reflection (>= 4.3.0)
- System.Security.Claims (>= 4.3.0)
- System.Security.Cryptography.Pkcs (>= 4.7.0)
- System.Security.Cryptography.X509Certificates (>= 4.3.2)
- System.Text.Encoding.CodePages (>= 4.7.0)
- System.Xml.XmlDocument (>= 4.3.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Magicodes.EPPlus:
Package | Downloads |
---|---|
Magicodes.IE.Excel
导入导出通用库,支持Dto导入导出、模板导出、花式导出以及动态导出,支持Excel、Csv、Word、Pdf和Html。Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.
开源库地址:https://github.com/xin-lai
博客地址:http://www.cnblogs.com/codelove/
公众号:麦扣聊技术
交流QQ群:85318032
**2021.02.23**
- 【Nuget】版本更新到2.5.1.8
- Input string was not in a correct format.[#241](https://github.com/dotnetcore/Magicodes.IE/issues/241)
- 使用Stream方式导入xlsx,rowErrors里的rowIndex位置不对[#236](https://github.com/dotnetcore/Magicodes.IE/issues/236)
**2021.02.20**
- 【Nuget】版本更新到2.5.1.7
- Excel支持Base64导出 [#219](https://github.com/dotnetcore/Magicodes.IE/issues/219)
- 修复 [#214](https://github.com/dotnetcore/Magicodes.IE/issues/214)
**2021.01.31**
- 【Nuget】版本更新到2.5.1.6
- 部分重构模板导出
- Excel模板导出语法解析加强 #211
- 修复当表格下面存在变量时,无法渲染的Bug
**2021.01.29**
- 【Nuget】版本更新到2.5.1.5
- 移除模板导出时的控制台日志输出
**2021.01.09**
- 【Nuget】版本更新到2.5.1.4
- 修复Excel导出列头索引与内容排序不一致问题及单测 [#226](https://github.com/dotnetcore/Magicodes.IE/issues/226)
|
|
Chiliad.Office
Package Description
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Magicodes.EPPlus:
Repository | Stars |
---|---|
dotnetcore/Magicodes.IE
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.
|