Magicodes.IE.Core
/
2.5.1.8
Magicodes.IE.Core 2.5.1.8
Install from the command line:
Learn more about NuGet packages
$ dotnet add package Magicodes.IE.Core --version 2.5.1.8
About this version
导入导出通用库,支持Dto导入导出、模板导出、花式导出以及动态导出,支持Excel、Csv、Word、Pdf和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. 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 公众号:麦扣聊技术 交流QQ群:85318032 2021.02.23 - 【Nuget】版本更新到2.5.1.8 - Input string was not in a correct format.#241 - 使用Stream方式导入xlsx,rowErrors里的rowIndex位置不对#236
**2021.02.20**
- 【Nuget】版本更新到2.5.1.7
- Excel支持Base64导出 [#219](https://github.com/dotnetcore/Magicodes.IE/issues/219)
- 修复 [#214](https://github.com/dotnetcore/Magicodes.IE/issues/214)
**2021.01.31**
- 【Nuget】版本更新到2.5.1.6
- 部分重构模板导出
- Excel模板导出语法解析加强 #211
- 修复当表格下面存在变量时,无法渲染的Bug
**2021.01.29**
- 【Nuget】版本更新到2.5.1.5
- 移除模板导出时的控制台日志输出
**2021.01.09**
- 【Nuget】版本更新到2.5.1.4
- 修复Excel导出列头索引与内容排序不一致问题及单测 [#226](https://github.com/dotnetcore/Magicodes.IE/issues/226)