PHLibrary.ExcelExport 2.3.0

dotnet add package PHLibrary.ExcelExport --version 2.3.0
NuGet\Install-Package PHLibrary.ExcelExport -Version 2.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PHLibrary.ExcelExport" Version="2.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PHLibrary.ExcelExport --version 2.3.0
#r "nuget: PHLibrary.ExcelExport, 2.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 443 10/13/2022
2.2.3 452 8/15/2022
2.2.2 431 8/15/2022
2.2.1 426 8/15/2022
2.2.0 415 8/15/2022
2.1.3 430 8/10/2022
2.1.2 455 6/16/2022
2.1.1 464 6/16/2022
2.1.0 455 6/16/2022
2.0.0 448 6/16/2022
1.4.0 455 6/15/2022
1.3.6 446 6/8/2022
1.3.5 460 6/8/2022
1.3.4 468 6/8/2022
1.3.3 439 6/8/2022
1.3.2 448 6/8/2022
1.3.1 437 5/13/2021
1.2.2 460 6/8/2022
1.2.1 365 5/13/2021
1.2.0 320 5/13/2021
1.1.9 375 4/15/2021
1.1.8 388 2/3/2021
1.1.7 413 1/15/2021
1.1.6 380 1/13/2021
1.1.5 482 10/10/2020
1.1.4 471 10/10/2020
1.1.3 516 10/10/2020
1.1.2 474 10/10/2020
1.1.0 434 10/8/2020
1.0.0 494 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
初始化.