Magicodes.IE.Csv
/
2.6.2
Magicodes.IE.Csv 2.6.2
Install from the command line:
Learn more about NuGet packages
$ dotnet add package Magicodes.IE.Csv --version 2.6.2
About this version
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.03.02**
- Excel导入时增加回调函数,方便增加自定义验证
- 优化获取DisplayName的逻辑
- 导出CSV支持ColumnIndex
- 优化Pdf导出逻辑,统一各平台导出代码
**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)