Magicodes.IE.Core
2.6.4
See the version list below for details.
Install-Package Magicodes.IE.Core -Version 2.6.4
dotnet add package Magicodes.IE.Core --version 2.6.4
<PackageReference Include="Magicodes.IE.Core" Version="2.6.4" />
paket add Magicodes.IE.Core --version 2.6.4
#r "nuget: Magicodes.IE.Core, 2.6.4"
// Install Magicodes.IE.Core as a Cake Addin
#addin nuget:?package=Magicodes.IE.Core&version=2.6.4
// Install Magicodes.IE.Core as a Cake Tool
#tool nuget:?package=Magicodes.IE.Core&version=2.6.4
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
**2022.04.17**
- 优化了ColumnIndex在生成模板时的实现,增加了ColumnIndex的单测(见PR[#385](https://github.com/dotnetcore/Magicodes.IE/pull/385))。
- 添加了NPOI的独立扩展包——Magicodes.IE.Excel.NPOI,以便于后续给用户提供更多的支持。目前仅提供了 SaveToExcelWithXSSFWorkbook 扩展方法。
- 修复RequiredIfAttribute的Bug。
- 修复导出JPG图片在Linux环境下可能引起的无限循环的问题(见PR[#396](https://github.com/dotnetcore/Magicodes.IE/pull/396))。
- Excel图片导入时,图片列支持为空。
- 更新CsvHelper到最新版本,并修改相关代码。
**2022.03.06**
- 完善筛选器注册机制,在指定了特性ImportHeaderFilter、ExporterHeaderFilter等值后,筛选器将匹配对于的类型,如不指定则作为全局筛选器。
**2022.03.02**
- Excel导入时增加回调函数,方便增加自定义验证
- 优化获取DisplayName的逻辑
- 导出CSV支持ColumnIndex
- 优化Pdf导出逻辑,统一各平台导出代码
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection (>= 2.2.0)
- Microsoft.Extensions.DependencyModel (>= 2.1.0)
- System.ComponentModel.Annotations (>= 4.7.0)
- System.Drawing.Common (>= 4.7.0)
- System.Runtime.Loader (>= 4.3.0)
-
.NETStandard 2.1
- Microsoft.Extensions.DependencyInjection (>= 3.1.2)
- Microsoft.Extensions.DependencyModel (>= 3.1.2)
- System.ComponentModel.Annotations (>= 4.7.0)
- System.Drawing.Common (>= 4.7.0)
- System.Runtime.Loader (>= 4.3.0)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Magicodes.IE.Core:
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.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. 导入导出通用库,支持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.Csv
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.Excel.NPOI
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 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.6.5-beta1 | 86 | 7/17/2022 |
2.6.4 | 14,048 | 4/17/2022 |
2.6.3 | 9,196 | 3/6/2022 |
2.6.2 | 2,358 | 3/2/2022 |
2.6.1 | 27,469 | 12/5/2021 |
2.6.0 | 7,329 | 11/28/2021 |
2.5.6.3 | 18,561 | 10/23/2021 |
2.5.6.2 | 1,908 | 10/13/2021 |
2.5.6.1 | 3,718 | 10/6/2021 |
2.5.6 | 1,103 | 10/5/2021 |
2.5.5.4 | 8,130 | 9/2/2021 |
2.5.5.3 | 4,887 | 8/28/2021 |
2.5.5.2 | 8,171 | 8/24/2021 |
2.5.5.1 | 11,825 | 8/7/2021 |
2.5.5 | 864 | 8/7/2021 |
2.5.4.9 | 12,940 | 7/23/2021 |
2.5.4.8 | 4,764 | 7/17/2021 |
2.5.4.7 | 1,004 | 7/16/2021 |
2.5.4.6 | 7,914 | 7/4/2021 |
2.5.4.5 | 3,524 | 6/28/2021 |
2.5.4.4 | 1,808 | 6/25/2021 |
2.5.4.3 | 4,853 | 6/18/2021 |
2.5.4.2 | 2,060 | 6/15/2021 |
2.5.4.1 | 41,898 | 6/5/2021 |
2.5.4 | 1,651 | 6/1/2021 |
2.5.3.9 | 5,775 | 5/26/2021 |
2.5.3.8 | 3,859 | 5/9/2021 |
2.5.3.7 | 2,618 | 4/23/2021 |
2.5.3.6 | 1,581 | 4/18/2021 |
2.5.3.5 | 889 | 4/13/2021 |
2.5.3.4 | 9,667 | 4/6/2021 |
2.5.3.3 | 3,056 | 4/3/2021 |
2.5.3.2 | 899 | 3/30/2021 |
2.5.3.1 | 3,937 | 3/12/2021 |
2.5.3 | 1,032 | 3/8/2021 |
2.5.2 | 858 | 3/5/2021 |
2.5.1.8 | 1,742 | 2/23/2021 |
2.5.1.7 | 5,748 | 2/20/2021 |
2.5.1.6 | 3,046 | 1/31/2021 |
2.5.1.5 | 689 | 1/29/2021 |
2.5.1.4 | 11,393 | 1/9/2021 |
2.5.1.3 | 3,145 | 1/2/2021 |
2.5.1.2 | 1,827 | 12/22/2020 |
2.5.1.1 | 598 | 12/22/2020 |
2.5.1 | 623 | 12/21/2020 |
2.5.0 | 4,123 | 12/3/2020 |
2.5.0-beta6 | 557 | 11/26/2020 |
2.5.0-beta5 | 341 | 11/25/2020 |
2.5.0-beta4 | 456 | 11/20/2020 |
2.5.0-beta3 | 443 | 10/29/2020 |
2.5.0-beta2 | 458 | 10/20/2020 |
2.5.0-beta1 | 434 | 10/20/2020 |
2.4.0 | 18,752 | 10/1/2020 |
2.4.0-beta4 | 418 | 9/26/2020 |
2.4.0-beta3 | 423 | 9/24/2020 |
2.4.0-beta2 | 517 | 9/16/2020 |
2.4.0-beta1 | 537 | 9/14/2020 |
2.3.0 | 2,459 | 8/30/2020 |
2.3.0-beta8 | 472 | 8/22/2020 |
2.3.0-beta7 | 459 | 8/16/2020 |
2.3.0-beta6 | 459 | 8/10/2020 |
2.3.0-beta5 | 463 | 8/4/2020 |
2.3.0-beta4 | 755 | 7/14/2020 |
2.3.0-beta3 | 443 | 7/13/2020 |
2.3.0-beta2 | 356 | 7/6/2020 |
2.3.0-beta1 | 437 | 6/22/2020 |
2.2.7 | 20,560 | 6/17/2020 |
2.2.6 | 3,329 | 6/16/2020 |
2.2.5 | 866 | 6/14/2020 |
2.2.4 | 2,216 | 6/7/2020 |
2.2.3 | 2,091 | 5/31/2020 |
2.2.2 | 1,270 | 5/24/2020 |
2.2.1 | 1,196 | 5/16/2020 |
2.2.0 | 978 | 5/12/2020 |
2.2.0-beta9 | 871 | 4/16/2020 |
2.2.0-beta8 | 799 | 4/2/2020 |
2.2.0-beta7 | 522 | 3/29/2020 |
2.2.0-beta6 | 437 | 3/27/2020 |
2.2.0-beta5 | 478 | 3/27/2020 |
2.2.0-beta4 | 492 | 3/26/2020 |
2.2.0-beta3 | 467 | 3/25/2020 |
2.2.0-beta2 | 492 | 3/19/2020 |
2.2.0-beta1 | 570 | 3/18/2020 |
2.1.4 | 5,617 | 3/12/2020 |
2.1.3 | 727 | 3/6/2020 |
2.1.2 | 728 | 2/25/2020 |
2.1.1-beta | 421 | 2/22/2020 |
2.1.0 | 1,736 | 2/14/2020 |
2.0.2 | 763 | 2/13/2020 |
2.0.1 | 747 | 2/13/2020 |
2.0.0 | 1,119 | 2/11/2020 |
2.0.0-beta4 | 455 | 2/5/2020 |
2.0.0-beta2 | 502 | 2/4/2020 |
2.0.0-beta1 | 490 | 1/18/2020 |
1.4.25 | 1,348 | 1/16/2020 |
1.4.24 | 686 | 1/16/2020 |
1.4.23 | 706 | 1/15/2020 |
1.4.21 | 728 | 1/14/2020 |
1.4.20 | 763 | 1/9/2020 |
1.4.19 | 714 | 1/9/2020 |
1.4.18 | 662 | 1/8/2020 |
1.4.17 | 840 | 1/7/2020 |
1.4.16 | 851 | 12/17/2019 |
1.4.15 | 696 | 12/10/2019 |
1.4.14 | 711 | 12/6/2019 |
1.4.13 | 853 | 11/25/2019 |
1.4.12 | 754 | 11/24/2019 |
1.4.11 | 706 | 11/20/2019 |
1.4.10 | 883 | 11/16/2019 |
1.4.9-beta | 411 | 11/16/2019 |
1.4.8-beta | 420 | 11/14/2019 |
1.4.7-beta | 449 | 11/13/2019 |
1.4.6-beta | 473 | 11/13/2019 |
1.4.5 | 669 | 11/13/2019 |
1.4.4 | 789 | 11/5/2019 |
1.4.3 | 5,980 | 11/5/2019 |
1.4.2 | 624 | 11/5/2019 |
1.4.1 | 791 | 11/4/2019 |
1.4.0 | 670 | 10/30/2019 |
1.3.9 | 734 | 10/26/2019 |
1.3.8 | 648 | 10/26/2019 |
1.3.7 | 769 | 10/22/2019 |
1.3.6 | 657 | 10/22/2019 |
1.3.5 | 632 | 10/22/2019 |
1.3.4 | 972 | 10/21/2019 |
1.3.3 | 1,528 | 10/18/2019 |
1.3.2 | 668 | 10/12/2019 |
1.3.1 | 6,281 | 9/26/2019 |
1.2.1 | 610 | 9/18/2019 |
1.2.0 | 617 | 9/18/2019 |
1.1.0 | 429 | 9/11/2019 |
1.0.4 | 425 | 9/11/2019 |
1.0.3 | 646 | 9/4/2019 |
1.0.2 | 604 | 9/2/2019 |
1.0.1 | 376 | 9/2/2019 |
1.0.0 | 607 | 8/26/2019 |