PHLibrary 2.4.1

dotnet add package PHLibrary --version 2.4.1
NuGet\Install-Package PHLibrary -Version 2.4.1
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" Version="2.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PHLibrary --version 2.4.1
#r "nuget: PHLibrary, 2.4.1"
#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 as a Cake Addin
#addin nuget:?package=PHLibrary&version=2.4.1

// Install PHLibrary as a Cake Tool
#tool nuget:?package=PHLibrary&version=2.4.1

common library for future usage, maybe for others .

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 (1)

Showing the top 1 NuGet packages that depend on PHLibrary:

Package Downloads
PHLibrary.ExcelExport

excel导出组件. 支持多数据源(dataset,datatable,IList<T>,IList<dynamic>) 支持多层表头及合并

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.4.1 1,132 11/12/2022
2.4.0 369 11/3/2022
2.3.0 1,302 10/13/2022
2.2.1 931 8/15/2022
2.2.0 662 8/15/2022
2.1.0 3,395 5/13/2021
2.0.1 1,101 5/13/2021
2.0.0 1,982 8/18/2020
1.1.3 550 4/17/2020
1.1.2 494 4/10/2020
1.1.1 499 4/9/2020
1.1.0 481 4/9/2020
1.0.9 515 4/9/2020
1.0.8 569 2/21/2020
1.0.7 482 2/20/2020
1.0.6 529 2/19/2020
1.0.5 546 1/2/2020
1.0.4 605 12/31/2019
1.0.3 585 12/31/2019
1.0.2 611 12/31/2019
1.0.1 642 12/31/2019
1.0.0 583 12/31/2019

2.4
improve code quality
2.3
support for header dropdownlist data
2.2.1
fix: 0 width columns.

2.2.0
new: allow setting columnwidth

2.0.1
improve: change file name

2.0
升级到.netstandard 2.0

1.1.3
重构: 命名优化

1.1.2
change TreeNode property Text to Title
add property Format, for display formating.
add method CalculateLeaves, to get leaves of the tree

1.1.1
add text to retangle

1.1.0
add function: get the whole retangle of the tree.

1.0.9
add feature: convert tree to retangle

1.0.8
improvement,
1.0.7
first array's order can be diffrent with properties
1.0.6
support properties that dont have orderattribute