Magicodes.IE.Csv
/
2.5.6.3
Magicodes.IE.Csv 2.5.6.3
Install from the command line:
Learn more about NuGet packages
$ dotnet add package Magicodes.IE.Csv --version 2.5.6.3
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
**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