Magicodes.IE.EPPlus
2.7.5.2
dotnet add package Magicodes.IE.EPPlus --version 2.7.5.2
NuGet\Install-Package Magicodes.IE.EPPlus -Version 2.7.5.2
<PackageReference Include="Magicodes.IE.EPPlus" Version="2.7.5.2" />
paket add Magicodes.IE.EPPlus --version 2.7.5.2
#r "nuget: Magicodes.IE.EPPlus, 2.7.5.2"
// Install Magicodes.IE.EPPlus as a Cake Addin #addin nuget:?package=Magicodes.IE.EPPlus&version=2.7.5.2 // Install Magicodes.IE.EPPlus as a Cake Tool #tool nuget:?package=Magicodes.IE.EPPlus&version=2.7.5.2
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.
导入导出通用库,支持Dto导入导出、模板导出、花式导出以及动态导出,支持Excel、Csv、Word、Pdf和Html。
开源库地址:https://github.com/xin-lai
博客地址:http://www.cnblogs.com/codelove/
更新记录:https://github.com/dotnetcore/Magicodes.IE/blob/master/RELEASE.md
公众号:麦扣聊技术
交流QQ群:85318032
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration.Json (>= 3.1.0)
- SixLabors.ImageSharp (>= 1.0.4)
- SkiaSharp (>= 2.88.6)
- System.Security.Cryptography.Pkcs (>= 4.7.0)
- System.Security.Cryptography.X509Certificates (>= 4.3.2)
- System.Text.Encoding.CodePages (>= 4.7.0)
-
.NETStandard 2.1
- Microsoft.Extensions.Configuration.Json (>= 3.1.0)
- SixLabors.ImageSharp (>= 2.1.3)
- SkiaSharp (>= 2.88.6)
- System.Security.Cryptography.Pkcs (>= 5.0.1)
- System.Text.Encoding.CodePages (>= 5.0.0)
-
net6.0
- SixLabors.ImageSharp (>= 3.0.0)
- SkiaSharp (>= 2.88.6)
- System.Security.Cryptography.Pkcs (>= 6.0.1)
- System.Text.Encoding.CodePages (>= 6.0.0)
-
net7.0
- SixLabors.ImageSharp (>= 3.0.0)
- SkiaSharp (>= 2.88.6)
- System.Security.Cryptography.Pkcs (>= 7.0.1)
- System.Text.Encoding.CodePages (>= 7.0.0)
-
net8.0
- SixLabors.ImageSharp (>= 3.0.0)
- SkiaSharp (>= 2.88.6)
- System.Security.Cryptography.Pkcs (>= 8.0.0)
- System.Text.Encoding.CodePages (>= 8.0.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Magicodes.IE.EPPlus:
Package | Downloads |
---|---|
Magicodes.IE.Excel
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html. 导入导出通用库,支持Dto导入导出、模板导出、花式导出以及动态导出,支持Excel、Csv、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 更新记录:https://github.com/dotnetcore/Magicodes.IE/blob/master/RELEASE.md 公众号:麦扣聊技术 交流QQ群:85318032 |
|
Magicodes.IE.Excel.TempFix
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html. 导入导出通用库,支持Dto导入导出、模板导出、花式导出以及动态导出,支持Excel、Csv、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 更新记录:https://github.com/dotnetcore/Magicodes.IE/blob/master/RELEASE.md 公众号:麦扣聊技术 交流QQ群:85318032 **2021.11.28** - 修复未及时回收问题 **2021.11.28** - 添加两个动态验证特性(见PR[#319 by Afonsof91](https://github.com/dotnetcore/Magicodes.IE/pull/359)),DynamicStringLengthAttribute及RequiredIfAttribute - CSV添加对分隔符的配置,具体见PR[#319 by Afonsof91](https://github.com/dotnetcore/Magicodes.IE/pull/319) - Excel导入添加对`TimeSpan`类型的支持,使用参考`TimeSpan_Test` - 初步添加对.NET6的适配 **2021.10.23** - 导出日期格式化支持'DateTimeOffset'类型,具体见PR[#349](https://github.com/dotnetcore/Magicodes.IE/pull/349),感谢[YaChengMu](https://github.com/YaChengMu) - 修改Magicodes.IE.EPPlus的包依赖PR[#351](https://github.com/dotnetcore/Magicodes.IE/pull/351) **2021.10.13** - 支持自定义列字体颜色,具体见PR[#342](https://github.com/dotnetcore/Magicodes.IE/pull/342),感谢[xiangxiren](https://github.com/xiangxiren) - 修复日期格式化的问题,具体见PR[#344](https://github.com/dotnetcore/Magicodes.IE/pull/344),感谢[ccccccmd](https://github.com/ccccccmd) |
|
Magicodes.IE.ExcelEx
Package Description |
|
WIDESEA_Core
dddddddddddddddddddddddddddddddddddd |
|
Linger.Excel
C# Helper Library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.7.5.2 | 9,593 | 9/7/2024 |
2.7.5.1 | 65,032 | 1/10/2024 |
2.7.4.5 | 120,530 | 6/12/2023 |
2.7.4.4 | 34,008 | 4/22/2023 |
2.7.4.3 | 45,907 | 3/16/2023 |
2.7.4.2 | 41,315 | 1/4/2023 |
2.7.4.1 | 2,097 | 1/2/2023 |
2.7.4 | 1,136 | 12/30/2022 |
2.7.3 | 1,362 | 12/27/2022 |
2.7.2 | 14,387 | 12/4/2022 |
2.7.1 | 4,075 | 12/1/2022 |
2.7.0 | 37,291 | 11/7/2022 |
2.7.0-beta2 | 342 | 11/4/2022 |
2.7.0-beta | 406 | 10/27/2022 |
2.6.9 | 11,036 | 10/26/2022 |
2.6.8 | 6,189 | 10/18/2022 |
2.6.7 | 27,895 | 10/12/2022 |
2.6.6 | 2,289 | 10/12/2022 |
2.6.5-beta1 | 751 | 7/17/2022 |
2.6.4 | 161,474 | 4/17/2022 |
2.6.3 | 17,526 | 3/6/2022 |
2.6.2 | 3,716 | 3/2/2022 |
2.6.1 | 84,225 | 12/5/2021 |
2.6.0 | 14,963 | 11/28/2021 |
2.5.6.3 | 68,132 | 10/23/2021 |
2.5.6.2 | 2,316 | 10/13/2021 |
2.5.6.1 | 9,587 | 10/7/2021 |
2.5.6 | 2,185 | 10/5/2021 |