Magicodes.IE.Core 2.5.4.5
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.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优化时间优化
Showing the top 20 packages that depend on Magicodes.IE.Core.
Packages | Downloads |
---|---|
Magicodes.IE.Pdf
导入导出通用库。
官方网址:http://xin-lai.com
开源库地址:https://github.com/xin-lai
博客地址:http://www.cnblogs.com/codelove/
交流QQ群:85318032
小店地址:https://shop113059108.taobao.com/
|
4 |
Magicodes.IE.Html
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。
开源库地址:https://github.com/xin-lai
博客地址:http://www.cnblogs.com/codelove/
交流QQ群:85318032
**2020.09.26**
- 【Nuget】版本更新到2.4.0-beta4
#157 【修复】对低版本框架的兼容
**2020.09.24**
- 【Nuget】版本更新到2.4.0-beta3
#142 【修复】根据模板列表高度的设置,统一设置渲染高度
**2020.09.16**
- 【Nuget】版本更新到2.4.0-beta2
1、#152 筛选器支持依赖注入
2、#151 导出添加AutoFitMaxRows,超过指定行数则不启用AutoFit
3、添加全局IsDisableAllFilter属性,以通过特性禁用所有筛选器
|
2 |
Magicodes.IE.Html
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。
开源库地址:https://github.com/xin-lai
博客地址:http://www.cnblogs.com/codelove/
交流QQ群:85318032
https://github.com/dotnetcore/Magicodes.IE/issues/68
- **【Nuget】版本更新到2.2.0-beta6**
- **【Excel导入导出】修复.NET Core 2.2的包引用问题**
|
2 |
Magicodes.IE.Pdf
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Pdf和Html。
开源库地址:https://github.com/xin-lai
博客地址:http://www.cnblogs.com/codelove/
交流QQ群:85318032
|
2 |
Magicodes.IE.Html
导入导出通用库。
官方网址:http://xin-lai.com
开源库地址:https://github.com/xin-lai
博客地址:http://www.cnblogs.com/codelove/
交流QQ群:85318032
小店地址:https://shop113059108.taobao.com/
|
2 |
Magicodes.IE.Excel
导入导出通用库。
官方网址:http://xin-lai.com
开源库地址:https://github.com/xin-lai
博客地址:http://www.cnblogs.com/codelove/
交流QQ群:85318032
小店地址:https://shop113059108.taobao.com/
|
2 |
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
**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)
|
2 |
Magicodes.IE.Html
导入导出通用库。
官方网址:http://xin-lai.com
开源库地址:https://github.com/xin-lai
博客地址:http://www.cnblogs.com/codelove/
交流QQ群:85318032
小店地址:https://shop113059108.taobao.com/
|
1 |
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/
公众号:麦扣聊技术
交流QQ群:85318032
**2021.05.10**
- EXCEL模板导出功能,将单行复制改为多行复制
- PDF导出内存优化
**2021.04.23**
- 修复生成模板,格式错误问题
**2021.04.18**
- 支持对导入模板生成,预设值单元格格式
- 单元格图片导出支持偏移设置
- 支持多sheet导入SheetIndex的支持
**2021.04.13**
- Excel导入支持列头忽略大小写导入(全局配置:IsIgnoreColumnCase)
|
1 |
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/
公众号:麦扣聊技术
交流QQ群:85318032
**2021.04.23**
- 修复生成模板,格式错误问题
**2021.04.18**
- 支持对导入模板生成,预设值单元格格式
- 单元格图片导出支持偏移设置
- 支持多sheet导入SheetIndex的支持
**2021.04.13**
- Excel导入支持列头忽略大小写导入(全局配置:IsIgnoreColumnCase)
**2021.04.06**
- Excel导入修复枚举值不在范围时的错误提示
|
1 |
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/
公众号:麦扣聊技术
交流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优化时间优化
|
1 |
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
**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)
|
1 |
Magicodes.IE.Pdf
导入导出通用库。
官方网址:http://xin-lai.com
开源库地址:https://github.com/xin-lai
博客地址:http://www.cnblogs.com/codelove/
交流QQ群:85318032
小店地址:https://shop113059108.taobao.com/
|
1 |
Magicodes.IE.Pdf
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Pdf和Html。
开源库地址:https://github.com/xin-lai
博客地址:http://www.cnblogs.com/codelove/
交流QQ群:85318032
|
1 |
.NET Framework 4.6.1
- System.ComponentModel.Annotations (>= 4.7.0)
- System.Runtime.Loader (>= 4.3.0)
.NET Standard 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)
.NET Standard 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)
Version | Downloads | Last updated |
---|---|---|
2.7.5.2 | 1 | 2025/5/30 |
2.7.5.1 | 1 | 2025/6/1 |
2.7.4.5 | 1 | 2025/6/1 |
2.7.4.4 | 1 | 2025/5/31 |
2.7.4.3 | 1 | 2025/6/1 |
2.7.4.2 | 1 | 2025/5/31 |
2.7.4.1 | 3 | 2025/5/26 |
2.7.4 | 1 | 2025/6/1 |
2.7.3 | 1 | 2025/6/1 |
2.7.2 | 1 | 2025/5/31 |
2.7.1 | 1 | 2025/5/31 |
2.7.0 | 1 | 2025/6/1 |
2.7.0-beta2 | 1 | 2025/5/31 |
2.7.0-beta | 1 | 2025/5/31 |
2.6.9 | 3 | 2025/5/26 |
2.6.8 | 1 | 2025/6/1 |
2.6.7 | 1 | 2025/6/1 |
2.6.6 | 1 | 2025/6/2 |
2.6.5-beta1 | 1 | 2025/5/31 |
2.6.4 | 1 | 2025/5/31 |
2.6.3 | 1 | 2025/6/1 |
2.6.2 | 1 | 2025/5/31 |
2.6.1 | 1 | 2025/5/31 |
2.6.0 | 1 | 2025/6/1 |
2.5.6.3 | 1 | 2025/6/2 |
2.5.6.2 | 1 | 2025/6/1 |
2.5.6.1 | 1 | 2025/6/1 |
2.5.6 | 1 | 2025/6/2 |
2.5.5.4 | 1 | 2025/6/1 |
2.5.5.3 | 1 | 2025/6/2 |
2.5.5.2 | 1 | 2025/6/1 |
2.5.5.1 | 1 | 2025/6/2 |
2.5.5 | 1 | 2025/6/2 |
2.5.4.9 | 1 | 2025/6/2 |
2.5.4.8 | 3 | 2025/5/25 |
2.5.4.7 | 1 | 2025/6/1 |
2.5.4.6 | 1 | 2025/6/1 |
2.5.4.5 | 1 | 2025/6/2 |
2.5.4.4 | 1 | 2025/5/31 |
2.5.4.3 | 1 | 2025/6/1 |
2.5.4.2 | 3 | 2025/5/25 |
2.5.4.1 | 1 | 2025/5/31 |
2.5.4 | 1 | 2025/5/31 |
2.5.3.9 | 1 | 2025/6/2 |
2.5.3.8 | 1 | 2025/6/2 |
2.5.3.7 | 1 | 2025/6/2 |
2.5.3.6 | 1 | 2025/6/2 |
2.5.3.5 | 1 | 2025/6/2 |
2.5.3.4 | 1 | 2025/6/1 |
2.5.3.3 | 1 | 2025/6/2 |
2.5.3.2 | 1 | 2025/6/1 |
2.5.3.1 | 1 | 2025/6/1 |
2.5.3 | 1 | 2025/6/1 |
2.5.2 | 1 | 2025/5/31 |
2.5.1.8 | 1 | 2025/6/1 |
2.5.1.7 | 1 | 2025/6/1 |
2.5.1.6 | 1 | 2025/6/1 |
2.5.1.5 | 1 | 2025/6/2 |
2.5.1.4 | 2 | 2025/5/31 |
2.5.1.3 | 1 | 2025/6/1 |
2.5.1.2 | 3 | 2025/5/25 |
2.5.1.1 | 1 | 2025/5/31 |
2.5.1 | 1 | 2025/5/31 |
2.5.0 | 1 | 2025/6/2 |
2.5.0-beta6 | 1 | 2025/5/31 |
2.5.0-beta5 | 2 | 2025/5/27 |
2.5.0-beta4 | 3 | 2025/5/25 |
2.5.0-beta3 | 1 | 2025/5/31 |
2.5.0-beta2 | 1 | 2025/5/31 |
2.5.0-beta1 | 1 | 2025/5/31 |
2.4.0 | 1 | 2025/5/31 |
2.4.0-beta4 | 1 | 2025/5/31 |
2.4.0-beta3 | 2 | 2025/5/31 |
2.4.0-beta2 | 1 | 2025/5/31 |
2.4.0-beta1 | 3 | 2025/5/31 |
2.3.0 | 1 | 2025/6/1 |
2.3.0-beta8 | 3 | 2025/5/25 |
2.3.0-beta7 | 1 | 2025/5/31 |
2.3.0-beta6 | 1 | 2025/5/31 |
2.3.0-beta5 | 1 | 2025/5/31 |
2.3.0-beta4 | 1 | 2025/5/31 |
2.3.0-beta3 | 1 | 2025/5/31 |
2.3.0-beta2 | 3 | 2025/5/27 |
2.3.0-beta1 | 1 | 2025/5/31 |
2.2.7 | 1 | 2025/5/31 |
2.2.6 | 1 | 2025/5/31 |
2.2.5 | 1 | 2025/5/31 |
2.2.4 | 1 | 2025/5/31 |
2.2.3 | 1 | 2025/5/31 |
2.2.2 | 1 | 2025/5/31 |
2.2.1 | 1 | 2025/5/31 |
2.2.0 | 1 | 2025/5/31 |
2.2.0-beta9 | 1 | 2025/5/31 |
2.2.0-beta8 | 1 | 2025/5/31 |
2.2.0-beta7 | 1 | 2025/5/31 |
2.2.0-beta6 | 1 | 2025/5/31 |
2.2.0-beta5 | 1 | 2025/5/31 |
2.2.0-beta4 | 1 | 2025/5/31 |
2.2.0-beta3 | 1 | 2025/5/31 |
2.2.0-beta2 | 1 | 2025/5/31 |
2.2.0-beta1 | 1 | 2025/5/31 |
2.1.4 | 1 | 2025/5/31 |
2.1.3 | 1 | 2025/5/31 |
2.1.2 | 1 | 2025/5/31 |
2.1.1-beta | 1 | 2025/5/31 |
2.1.0 | 1 | 2025/5/31 |
2.0.2 | 1 | 2025/5/31 |
2.0.1 | 1 | 2025/5/31 |
2.0.0 | 1 | 2025/6/1 |
2.0.0-beta4 | 1 | 2025/5/31 |
2.0.0-beta2 | 1 | 2025/5/31 |
2.0.0-beta1 | 1 | 2025/5/31 |
1.4.25 | 1 | 2025/6/1 |
1.4.24 | 1 | 2025/6/1 |
1.4.23 | 1 | 2025/6/1 |
1.4.21 | 1 | 2025/5/31 |
1.4.20 | 1 | 2025/5/31 |
1.4.19 | 1 | 2025/6/1 |
1.4.18 | 1 | 2025/6/1 |
1.4.17 | 1 | 2025/6/1 |
1.4.16 | 1 | 2025/5/31 |
1.4.15 | 1 | 2025/6/1 |
1.4.14 | 1 | 2025/6/1 |
1.4.13 | 1 | 2025/6/1 |
1.4.12 | 1 | 2025/6/1 |
1.4.11 | 1 | 2025/6/1 |
1.4.10 | 1 | 2025/6/1 |
1.4.9-beta | 1 | 2025/5/31 |
1.4.8-beta | 1 | 2025/5/31 |
1.4.7-beta | 1 | 2025/5/31 |
1.4.6-beta | 2 | 2025/5/27 |
1.4.5 | 1 | 2025/6/1 |
1.4.4 | 1 | 2025/5/31 |
1.4.3 | 1 | 2025/5/31 |
1.4.2 | 1 | 2025/5/31 |
1.4.1 | 1 | 2025/5/31 |
1.4.0 | 1 | 2025/6/1 |
1.3.9 | 1 | 2025/6/2 |
1.3.8 | 1 | 2025/6/1 |
1.3.7 | 1 | 2025/6/1 |
1.3.6 | 1 | 2025/6/1 |
1.3.5 | 1 | 2025/6/2 |
1.3.4 | 1 | 2025/5/31 |
1.3.3 | 1 | 2025/6/1 |
1.3.2 | 1 | 2025/5/31 |
1.3.1 | 1 | 2025/5/31 |
1.2.1 | 1 | 2025/5/31 |
1.2.0 | 1 | 2025/5/31 |
1.1.0 | 1 | 2025/5/31 |
1.0.4 | 1 | 2025/6/1 |
1.0.3 | 1 | 2025/6/1 |
1.0.2 | 1 | 2025/5/31 |
1.0.1 | 1 | 2025/5/31 |
1.0.0 | 1 | 2025/6/2 |