Magicodes.IE.Excel 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

Showing the top 20 packages that depend on Magicodes.IE.Excel.

Packages Downloads
Magicodes.IE.Excel.AspNetCore
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/ 公众号:麦扣聊技术 交流QQ群:85318032 **2021.08.07** - 为了简化ASP.NET Core下的Excel导出,对Excel导出进行了进一步的封装 - 添加`Magicodes.IE.Excel.AspNetCore`工程,添加`XlsxFileResult`的Action Result,支持泛型集合、Bytes数组、Steam直接导出 - 修改部分命名和命名空间 **2021.07.23** - 修复Excel合并行导入在存在空的合并单元格时可能的数据读取错误[#305](https://github.com/dotnetcore/Magicodes.IE/issues/305) **2021.07.17** - Magicodes.EPPlus回退到4.6.6,以修复格式错乱的问题 - 修复Excel仅导出错误数据时的Bug[#302](https://github.com/dotnetcore/Magicodes.IE/pull/302) - 完善多语言[#298](https://github.com/dotnetcore/Magicodes.IE/pull/298),以及完善单元测试 **2021.07.04** - 模板导出支持一行多个表格[#296](https://github.com/dotnetcore/Magicodes.IE/issues/296) **2021.06.29** - 合并PR[#295](https://github.com/dotnetcore/Magicodes.IE/pull/295),完善模板导出类型定义的问题 **2021.06.25** - Fix only first [ColumnIndex] is valid exception[#289](https://github.com/dotnetcore/Magicodes.IE/issues/289) **2021.06.18** - Update ImportTestColumnIndex_Test - Magicodes.EPPlus was upgraded to 4.6.7[#285](https://github.com/dotnetcore/Magicodes.IE/issues/285) **2021.06.05** - Fix ImporterHeader->ColumnIndex - Utilize RecyclableMemoryStream instead of "new MemoryStream" all over **2021.06.05** - EXCEL模板导出支持XOffset和YOffset - EXCEL修复ValueMapping - Core工程多语言配置 - EXCEL优化时间导出 **2021.06.01** - EXCEL支持自动换行属性 - EXCEL支持隐藏列属性 - EXCEL优化时间优化
4
Magicodes.IE.Excel.AspNetCore
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
4
Magicodes.IE.Excel.AspNetCore
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
4
Magicodes.IE.Excel.AspNetCore
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
4
Magicodes.IE.Excel.AspNetCore
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
5
Magicodes.IE.Excel.AspNetCore
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.08.24** - 添加对Abp模块的包装,具体见[#318](https://github.com/dotnetcore/Magicodes.IE/issues/318)。 **2021.08.07** - 为了简化ASP.NET Core下的Excel导出,对Excel导出进行了进一步的封装 - 添加`Magicodes.IE.Excel.AspNetCore`工程,添加`XlsxFileResult`的Action Result,支持泛型集合、Bytes数组、Steam直接导出 - 修改部分命名和命名空间 **2021.07.23** - 修复Excel合并行导入在存在空的合并单元格时可能的数据读取错误[#305](https://github.com/dotnetcore/Magicodes.IE/issues/305) **2021.07.17** - Magicodes.EPPlus回退到4.6.6,以修复格式错乱的问题 - 修复Excel仅导出错误数据时的Bug[#302](https://github.com/dotnetcore/Magicodes.IE/pull/302) - 完善多语言[#298](https://github.com/dotnetcore/Magicodes.IE/pull/298),以及完善单元测试 **2021.07.04** - 模板导出支持一行多个表格[#296](https://github.com/dotnetcore/Magicodes.IE/issues/296)
4
Magicodes.IE.Excel.AspNetCore
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.09.02** - 修复可为空枚举导入时的验证问题[#322](https://github.com/dotnetcore/Magicodes.IE/issues/322)。 **2021.08.27** - 修复Append方式导出多个sheet时,发生“Tablename is not unique”错误,具体见[#299](https://github.com/dotnetcore/Magicodes.IE/issues/299)。 **2021.08.24** - 添加对Abp模块的包装,具体见[#318](https://github.com/dotnetcore/Magicodes.IE/issues/318)。 **2021.08.07** - 为了简化ASP.NET Core下的Excel导出,对Excel导出进行了进一步的封装 - 添加`Magicodes.IE.Excel.AspNetCore`工程,添加`XlsxFileResult`的Action Result,支持泛型集合、Bytes数组、Steam直接导出 - 修改部分命名和命名空间 **2021.07.23** - 修复Excel合并行导入在存在空的合并单元格时可能的数据读取错误[#305](https://github.com/dotnetcore/Magicodes.IE/issues/305) **2021.07.17** - Magicodes.EPPlus回退到4.6.6,以修复格式错乱的问题 - 修复Excel仅导出错误数据时的Bug[#302](https://github.com/dotnetcore/Magicodes.IE/pull/302) - 完善多语言[#298](https://github.com/dotnetcore/Magicodes.IE/pull/298),以及完善单元测试 **2021.07.04** - 模板导出支持一行多个表格[#296](https://github.com/dotnetcore/Magicodes.IE/issues/296)
4
Magicodes.IE.Excel.AspNetCore
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.10.06** - 修复 [#337](https://github.com/dotnetcore/Magicodes.IE/issues/377),bool?类型导出的映射问题 **2021.10.05** - 合并Magicodes.EPPlus到Magicodes.IE,修复所有单元测试并修复部分Bug **2021.09.02** - 修复可为空枚举导入时的验证问题[#322](https://github.com/dotnetcore/Magicodes.IE/issues/322)。 **2021.08.27** - 修复Append方式导出多个sheet时,发生“Tablename is not unique”错误,具体见[#299](https://github.com/dotnetcore/Magicodes.IE/issues/299)。 **2021.08.24** - 添加对Abp模块的包装,具体见[#318](https://github.com/dotnetcore/Magicodes.IE/issues/318)。 **2021.08.07** - 为了简化ASP.NET Core下的Excel导出,对Excel导出进行了进一步的封装 - 添加`Magicodes.IE.Excel.AspNetCore`工程,添加`XlsxFileResult`的Action Result,支持泛型集合、Bytes数组、Steam直接导出 - 修改部分命名和命名空间 **2021.07.23** - 修复Excel合并行导入在存在空的合并单元格时可能的数据读取错误[#305](https://github.com/dotnetcore/Magicodes.IE/issues/305) **2021.07.17** - Magicodes.EPPlus回退到4.6.6,以修复格式错乱的问题 - 修复Excel仅导出错误数据时的Bug[#302](https://github.com/dotnetcore/Magicodes.IE/pull/302) - 完善多语言[#298](https://github.com/dotnetcore/Magicodes.IE/pull/298),以及完善单元测试 **2021.07.04** - 模板导出支持一行多个表格[#296](https://github.com/dotnetcore/Magicodes.IE/issues/296)
4
Magicodes.IE.Excel.AspNetCore
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.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) **2021.10.06** - 修复 [#337](https://github.com/dotnetcore/Magicodes.IE/issues/377),bool?类型导出的映射问题 **2021.10.05** - 合并Magicodes.EPPlus到Magicodes.IE,修复所有单元测试并修复部分Bug **2021.09.02** - 修复可为空枚举导入时的验证问题[#322](https://github.com/dotnetcore/Magicodes.IE/issues/322)。
4
Magicodes.IE.Excel.AspNetCore
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.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) **2021.10.06** - 修复 [#337](https://github.com/dotnetcore/Magicodes.IE/issues/377),bool?类型导出的映射问题 **2021.10.05** - 合并Magicodes.EPPlus到Magicodes.IE,修复所有单元测试并修复部分Bug
5
Magicodes.IE.Excel.AspNetCore
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)
4
Magicodes.IE.Excel.AspNetCore
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** - 添加两个动态验证特性(见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/359) - 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)
4
ZhonTai.Admin
中台Admin权限管理接口库
4

Version Downloads Last updated
2.7.5.2 4 12/10/2024
2.7.5.1 3 12/12/2024
2.7.4.5 3 12/12/2024
2.7.4.4 3 12/13/2024
2.7.4.3 3 12/12/2024
2.7.4.2 3 12/17/2024
2.7.4.1 3 12/15/2024
2.7.4 3 12/13/2024
2.7.3 3 12/15/2024
2.7.2 3 12/13/2024
2.7.1 3 12/15/2024
2.7.0 3 12/13/2024
2.7.0-beta2 4 12/13/2024
2.7.0-beta 3 12/13/2024
2.6.9 3 12/13/2024
2.6.8 0 10/18/2022
2.6.7 3 12/12/2024
2.6.6 3 12/13/2024
2.6.5-beta1 4 12/12/2024
2.6.4 0 04/17/2022
2.6.3 3 12/15/2024
2.6.2 2 12/24/2024
2.6.1 3 12/12/2024
2.6.0 3 12/13/2024
2.5.6.3 3 12/13/2024
2.5.6.2 3 12/12/2024
2.5.6.1 3 12/12/2024
2.5.6 3 12/15/2024
2.5.5.4 3 12/13/2024
2.5.5.3 0 08/28/2021
2.5.5.2 3 12/12/2024
2.5.5.1 3 12/13/2024
2.5.5 3 12/13/2024
2.5.4.9 3 12/13/2024
2.5.4.8 0 07/17/2021
2.5.4.7 3 12/13/2024
2.5.4.6 3 12/14/2024
2.5.4.5 3 12/23/2024
2.5.4.4 0 06/25/2021
2.5.4.3 3 12/13/2024
2.5.4.2 3 12/13/2024
2.5.4.1 3 12/15/2024
2.5.4 3 12/23/2024
2.5.3.9 3 12/11/2024
2.5.3.8 3 12/11/2024
2.5.3.7 0 04/23/2021
2.5.3.6 3 12/13/2024
2.5.3.5 3 12/11/2024
2.5.3.4 3 12/12/2024
2.5.3.3 3 12/13/2024
2.5.3.2 3 12/23/2024
2.5.3.1 3 12/13/2024
2.5.3 3 12/13/2024
2.5.2 3 12/11/2024
2.5.1.8 3 12/13/2024
2.5.1.7 3 12/12/2024
2.5.1.6 3 12/12/2024
2.5.1.5 3 12/12/2024
2.5.1.4 3 12/11/2024
2.5.1.3 3 12/12/2024
2.5.1.2 3 12/13/2024
2.5.1.1 0 12/22/2020
2.5.1 3 12/23/2024
2.5.0 3 12/13/2024
2.5.0-beta6 2 12/25/2024
2.5.0-beta5 1 12/26/2024
2.5.0-beta4 4 12/10/2024
2.5.0-beta3 4 12/12/2024
2.5.0-beta2 4 12/12/2024
2.5.0-beta1 4 12/15/2024
2.4.0 3 12/16/2024
2.4.0-beta4 4 12/11/2024
2.4.0-beta3 4 12/13/2024
2.4.0-beta2 4 12/13/2024
2.4.0-beta1 2 12/12/2024
2.3.0 3 12/13/2024
2.3.0-beta8 4 12/12/2024
2.3.0-beta7 4 12/16/2024
2.3.0-beta6 4 12/12/2024
2.3.0-beta5 4 12/12/2024
2.3.0-beta4 1 12/26/2024
2.3.0-beta3 1 12/26/2024
2.3.0-beta2 4 12/23/2024
2.3.0-beta1 4 12/12/2024
2.2.7 0 06/17/2020
2.2.6 3 12/13/2024
2.2.5 3 12/13/2024
2.2.4 3 12/23/2024
2.2.3 3 12/11/2024
2.2.2 0 05/24/2020
2.2.1 3 12/12/2024
2.2.0 3 12/13/2024
2.2.0-beta9 4 12/23/2024
2.2.0-beta8 4 12/23/2024
2.2.0-beta7 1 12/26/2024
2.2.0-beta6 4 12/12/2024
2.2.0-beta5 4 12/13/2024
2.2.0-beta4 4 12/23/2024
2.2.0-beta3 1 12/26/2024
2.2.0-beta2 4 12/12/2024
2.2.0-beta1 4 12/24/2024
2.1.4 3 12/11/2024
2.1.2 3 12/16/2024
2.1.0 3 12/12/2024
2.0.2 3 12/12/2024
2.0.1 3 12/13/2024
2.0.0 0 02/11/2020
2.0.0-beta4 4 12/14/2024
2.0.0-beta2 4 12/12/2024
2.0.0-beta1 4 12/13/2024
1.4.25 3 12/12/2024
1.4.24 0 01/16/2020
1.4.23 3 12/12/2024
1.4.21 3 12/12/2024
1.4.20 3 12/12/2024
1.4.19 0 01/09/2020
1.4.18 3 12/23/2024
1.4.17 0 01/07/2020
1.4.16 3 12/13/2024
1.4.15 3 12/13/2024
1.4.14 0 12/06/2019
1.4.13 3 12/10/2024
1.4.12 3 12/24/2024
1.4.11 3 12/13/2024
1.4.10 3 12/13/2024
1.4.9-beta 3 12/13/2024
1.4.8-beta 3 12/15/2024
1.4.7-beta 3 12/13/2024
1.4.6-beta 3 12/12/2024
1.4.5 3 12/15/2024
1.4.4 3 12/12/2024
1.4.3 3 12/17/2024
1.4.2 3 12/13/2024
1.4.1 3 12/13/2024
1.4.0 3 12/24/2024
1.3.9 3 12/11/2024
1.3.8 3 12/24/2024
1.3.7 0 10/22/2019
1.3.6 3 12/12/2024
1.3.5 3 12/13/2024
1.3.4 3 12/13/2024
1.3.3 3 12/16/2024
1.3.1 3 12/12/2024
1.2.1 3 12/12/2024
1.2.0 3 12/23/2024
1.1.0 3 12/12/2024
1.0.8 3 12/12/2024
1.0.7 3 12/10/2024
1.0.6 3 12/12/2024
1.0.5 3 12/16/2024
1.0.4 3 12/23/2024
1.0.3 3 12/13/2024
1.0.2 3 12/13/2024
1.0.0 3 12/12/2024