Magicodes.RazorEngine.NetCore
2.2.0
Fork from https://github.com/hermanho/RazorEngine
Install-Package Magicodes.RazorEngine.NetCore -Version 2.2.0
dotnet add package Magicodes.RazorEngine.NetCore --version 2.2.0
<PackageReference Include="Magicodes.RazorEngine.NetCore" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Magicodes.RazorEngine.NetCore --version 2.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.6.1
- Microsoft.AspNetCore.Razor.Language (>= 2.2.0)
- Microsoft.AspNetCore.Razor.Runtime (>= 2.2.0)
- Microsoft.CodeAnalysis.CSharp (>= 2.8.0)
- Microsoft.CSharp (>= 4.5.0)
- System.Reflection.Emit (>= 4.3.0)
- System.Security.Permissions (>= 4.5.0)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Razor.Language (>= 2.2.0)
- Microsoft.AspNetCore.Razor.Runtime (>= 2.2.0)
- Microsoft.CodeAnalysis.CSharp (>= 2.8.0)
- Microsoft.CSharp (>= 4.5.0)
- System.Reflection.Emit (>= 4.3.0)
- System.Security.Permissions (>= 4.5.0)
-
.NETStandard 2.1
- Microsoft.AspNetCore.Razor.Language (>= 3.1.4)
- Microsoft.AspNetCore.Razor.Runtime (>= 2.2.0)
- Microsoft.CodeAnalysis.CSharp (>= 2.8.0)
- Microsoft.CSharp (>= 4.5.0)
- System.Reflection.Emit (>= 4.3.0)
- System.Security.Permissions (>= 4.5.0)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Magicodes.RazorEngine.NetCore:
Package | Downloads |
---|---|
Magicodes.IE.Html
导入导出通用库,支持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.01.09**
- 【Nuget】版本更新到2.5.1.4
- 修复Excel导出列头索引与内容排序不一致问题及单测 [#226](https://github.com/dotnetcore/Magicodes.IE/issues/226)
**2021.01.02**
- 【Nuget】版本更新到2.5.1.3
- Add PDF support for paper size
- Add PDF support for margins [#223](https://github.com/dotnetcore/Magicodes.IE/issues/223)
**2020.12.21**
- 【Nuget】版本更新到2.5.1
- 导出支持使用ColumnIndex指定导出顺序,以导出时在某些情况下顺序不一致的问题(Export supports the use of ColumnIndex to specify the export order, so that the order is inconsistent in some cases when exporting) [#179](https://github.com/dotnetcore/Magicodes.IE/issues/179)
**2020.12.03**
- 【Nuget】版本更新到2.5.0
- Excel导出支持HeaderRowIndex [#164](https://github.com/dotnetcore/Magicodes.IE/issues/164)
- 增加Excel枚举导出对DescriptionAttribute的支持 [#168](https://github.com/dotnetcore/Magicodes.IE/issues/168)
- Excel生成导入模板支持内置数据验证[#167](https://github.com/dotnetcore/Magicodes.IE/issues/167)
- 支持数据验证
- 支持MaxLengthAttribute、MinLengthAttribute、StringLengthAttribute、RangeAttribute
- 支持输入提示
To fix The Mapping Values of The total length of a Data Validation list always exceed 255 characters (#196)(https://github.com/dotnetcore/Magicodes.IE/issues/196)
- Excel export List data type errors, and formatting issues.[#191](https://github.com/dotnetcore/Magicodes.IE/issues/191) [#193](https://github.com/dotnetcore/Magicodes.IE/issues/193)
- 导入Excel对Enum类型匹配值映射时,忽略值前后空格
- fix MappingValues The total length of a DataValidation list cannot exceed 255 characters [#196](https://github.com/dotnetcore/Magicodes.IE/issues/196)
- Excel导出List数据类型存在错误,以及格式化问题。 [#191](https://github.com/dotnetcore/Magicodes.IE/issues/191) [#193](https://github.com/dotnetcore/Magicodes.IE/issues/193)
- The ColumnIndex property does not appear to be valid in Excel import [#198](https://github.com/dotnetcore/Magicodes.IE/issues/198)
- TableStyle修改为枚举类型
|
|
Chiliad.Office
Package Description
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Magicodes.RazorEngine.NetCore:
Repository | Stars |
---|---|
dotnetcore/Magicodes.IE
导入导出通用库,支持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.
|