PHLibrary 2.2.1
See the version list below for details.
dotnet add package PHLibrary --version 2.2.1
NuGet\Install-Package PHLibrary -Version 2.2.1
<PackageReference Include="PHLibrary" Version="2.2.1" />
paket add PHLibrary --version 2.2.1
#r "nuget: PHLibrary, 2.2.1"
// Install PHLibrary as a Cake Addin #addin nuget:?package=PHLibrary&version=2.2.1 // Install PHLibrary as a Cake Tool #tool nuget:?package=PHLibrary&version=2.2.1
common library for future usage, maybe for others .
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)
- System.ComponentModel.Primitives (>= 4.3.0)
- System.Reflection (>= 4.3.0)
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,214 | 11/12/2022 |
2.4.0 | 393 | 11/3/2022 |
2.3.0 | 1,387 | 10/13/2022 |
2.2.1 | 991 | 8/15/2022 |
2.2.0 | 697 | 8/15/2022 |
2.1.0 | 3,535 | 5/13/2021 |
2.0.1 | 1,170 | 5/13/2021 |
2.0.0 | 2,109 | 8/18/2020 |
1.1.3 | 577 | 4/17/2020 |
1.1.2 | 526 | 4/10/2020 |
1.1.1 | 548 | 4/9/2020 |
1.1.0 | 513 | 4/9/2020 |
1.0.9 | 542 | 4/9/2020 |
1.0.8 | 602 | 2/21/2020 |
1.0.7 | 502 | 2/20/2020 |
1.0.6 | 561 | 2/19/2020 |
1.0.5 | 570 | 1/2/2020 |
1.0.4 | 633 | 12/31/2019 |
1.0.3 | 607 | 12/31/2019 |
1.0.2 | 639 | 12/31/2019 |
1.0.1 | 670 | 12/31/2019 |
1.0.0 | 614 | 12/31/2019 |
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