forked from dotnetcore/Magicodes.IE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon.props
41 lines (35 loc) · 1.51 KB
/
common.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<Project>
<PropertyGroup>
<Version>2.5.3.9</Version>
</PropertyGroup>
<PropertyGroup>
<Authors>雪雁</Authors>
<Company>湖南心莱信息科技有限公司</Company>
<Product>麦扣</Product>
<PackageProjectUrl>https://docs.xin-lai.com/</PackageProjectUrl>
<RepositoryUrl>https://github.com/dotnetcore/Magicodes.IE</RepositoryUrl>
<PackageTags>Magicodes.IE;excel;xlsx;csv;word;pdf;html</PackageTags>
<Description>
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.26**
- 修复ValueMappingAttribute
**2021.05.10**
- EXCEL模板导出功能,将单行复制改为多行复制
- PDF导出内存优化
**2021.04.23**
- 修复生成模板,格式错误问题
**2021.04.18**
- 支持对导入模板生成,预设值单元格格式
- 单元格图片导出支持偏移设置
- 支持多sheet导入SheetIndex的支持
</Description>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
</Project>