PHLibrary.ExcelExport
2.3.0
dotnet add package PHLibrary.ExcelExport --version 2.3.0
NuGet\Install-Package PHLibrary.ExcelExport -Version 2.3.0
<PackageReference Include="PHLibrary.ExcelExport" Version="2.3.0" />
<PackageVersion Include="PHLibrary.ExcelExport" Version="2.3.0" />
<PackageReference Include="PHLibrary.ExcelExport" />
paket add PHLibrary.ExcelExport --version 2.3.0
#r "nuget: PHLibrary.ExcelExport, 2.3.0"
#:package PHLibrary.ExcelExport@2.3.0
#addin nuget:?package=PHLibrary.ExcelExport&version=2.3.0
#tool nuget:?package=PHLibrary.ExcelExport&version=2.3.0
excel导出组件.
支持多数据源(dataset,datatable,IList<T>,IList<dynamic>)
支持多层表头及合并
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Dynamitey (>= 2.0.10.189)
- EPPlus (>= 4.5.3.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions (>= 2.2.0)
- PHLibrary (>= 2.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.3.0 | 671 | 10/13/2022 |
| 2.2.3 | 631 | 8/15/2022 |
| 2.2.2 | 615 | 8/15/2022 |
| 2.2.1 | 594 | 8/15/2022 |
| 2.2.0 | 585 | 8/15/2022 |
| 2.1.3 | 610 | 8/10/2022 |
| 2.1.2 | 643 | 6/16/2022 |
| 2.1.1 | 642 | 6/16/2022 |
| 2.1.0 | 637 | 6/16/2022 |
| 2.0.0 | 639 | 6/16/2022 |
| 1.4.0 | 635 | 6/15/2022 |
| 1.3.6 | 641 | 6/8/2022 |
| 1.3.5 | 647 | 6/8/2022 |
| 1.3.4 | 655 | 6/8/2022 |
| 1.3.3 | 623 | 6/8/2022 |
| 1.3.2 | 632 | 6/8/2022 |
| 1.3.1 | 640 | 5/13/2021 |
| 1.2.2 | 655 | 6/8/2022 |
| 1.2.1 | 562 | 5/13/2021 |
| 1.2.0 | 519 | 5/13/2021 |
2.3
new: 支持下拉选择
2.2.1
new: 支持设置Excel列宽度
2.1.3
feat: 移除首行默认样式(黄底黑边)
2.1.2
fix: 列类型取值错误
2.1.1
fix: 获取属性类型失败.
2.1
增加格式化设置:水平对齐
2。0
列类型自动识别
1.4.0
支持空数组(非匿名对象)
1.3.4
fix: excel头部背景颜色没有生效
1.3.3
更新phlibrary 引用
1.2.2,1.3.2
版本号错位
feat: 增加配置: excel头部背景图片
1.2.1
logging扩展降级至2.2 以支持netcoreapp 2.2
1.2.0
fix: get order property exception
1.1.9
improve: 导出的excel默认带 格式为 thin的边框
1.1.8
fix: datatable的tablename为空时抛出worksheet name can't be empty.
1.1.7
fix: 格式化没有应用到最后一行数据
1.1.6
恢复 OrderAttribute
表格单元格增加边框
1.1.5
删除引发attempt-by-method-x-to-access-method-y-failed异常的代码
1.1.4
删除重复逻辑
1.1.3
支持读取OrderProperty,用于列排序
1.1.2
支持读取description作为列名
1.1
降低依赖以兼容netcoreApp2.x
epplus降为4.5.2.3
1.0.0
初始化.