forked from dotnetcore/Magicodes.IE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
common.props
52 lines (44 loc) · 2.56 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
42
43
44
45
46
47
48
49
50
51
52
<Project>
<PropertyGroup>
<Version>2.5.5.4</Version>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<PropertyGroup>
<Authors>雪雁</Authors>
<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/
更新记录: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)
</Description>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
</Project>