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" />
paket add PHLibrary.ExcelExport --version 2.3.0
#r "nuget: PHLibrary.ExcelExport, 2.3.0"
// Install PHLibrary.ExcelExport as a Cake Addin #addin nuget:?package=PHLibrary.ExcelExport&version=2.3.0 // Install PHLibrary.ExcelExport as a Cake Tool #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. |
.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 | 481 | 10/13/2022 |
2.2.3 | 485 | 8/15/2022 |
2.2.2 | 467 | 8/15/2022 |
2.2.1 | 451 | 8/15/2022 |
2.2.0 | 438 | 8/15/2022 |
2.1.3 | 461 | 8/10/2022 |
2.1.2 | 484 | 6/16/2022 |
2.1.1 | 489 | 6/16/2022 |
2.1.0 | 485 | 6/16/2022 |
2.0.0 | 477 | 6/16/2022 |
1.4.0 | 480 | 6/15/2022 |
1.3.6 | 483 | 6/8/2022 |
1.3.5 | 488 | 6/8/2022 |
1.3.4 | 497 | 6/8/2022 |
1.3.3 | 462 | 6/8/2022 |
1.3.2 | 471 | 6/8/2022 |
1.3.1 | 468 | 5/13/2021 |
1.2.2 | 484 | 6/8/2022 |
1.2.1 | 392 | 5/13/2021 |
1.2.0 | 343 | 5/13/2021 |
1.1.9 | 398 | 4/15/2021 |
1.1.8 | 411 | 2/3/2021 |
1.1.7 | 444 | 1/15/2021 |
1.1.6 | 403 | 1/13/2021 |
1.1.5 | 507 | 10/10/2020 |
1.1.4 | 499 | 10/10/2020 |
1.1.3 | 541 | 10/10/2020 |
1.1.2 | 507 | 10/10/2020 |
1.1.0 | 457 | 10/8/2020 |
1.0.0 | 517 | 8/18/2020 |
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
初始化.