PHLibrary.LSExcelExport 3.3.0

dotnet add package PHLibrary.LSExcelExport --version 3.3.0
                    
NuGet\Install-Package PHLibrary.LSExcelExport -Version 3.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.LSExcelExport" Version="3.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PHLibrary.LSExcelExport" Version="3.3.0" />
                    
Directory.Packages.props
<PackageReference Include="PHLibrary.LSExcelExport" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PHLibrary.LSExcelExport --version 3.3.0
                    
#r "nuget: PHLibrary.LSExcelExport, 3.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.
#:package PHLibrary.LSExcelExport@3.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PHLibrary.LSExcelExport&version=3.3.0
                    
Install as a Cake Addin
#tool nuget:?package=PHLibrary.LSExcelExport&version=3.3.0
                    
Install as a Cake Tool

LS导出,支持
顶部概要表格
二维表格
图片

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.  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. 
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
3.3.0 495 12/3/2022
3.2.1 444 12/3/2022
3.2.0 479 12/3/2022
3.1.0 480 12/2/2022
3.0.0 455 11/24/2022
2.1.0 471 11/23/2022
2.0.0 468 11/21/2022
1.12.0 488 11/16/2022
1.11.0 479 11/15/2022
1.10.0 490 11/14/2022
1.1.9 486 11/14/2022
1.1.8 474 11/13/2022
1.1.7 486 11/13/2022
1.1.6 232 11/12/2022
1.1.5 245 11/12/2022
1.1.4 236 11/12/2022
1.1.3 234 11/12/2022
1.1.2 238 11/10/2022
1.1.1 426 11/10/2022 1.1.1 is deprecated because it has critical bugs.
1.1.0 236 11/10/2022
1.0.4 245 11/3/2022
1.0.3 238 11/3/2022
1.0.2 516 11/3/2022
1.0.1 506 11/3/2022
1.0.0 503 11/3/2022

3.3
更新依赖包,解决隐藏列失效问题
3.2.1
更新依赖包
3.2
feat: normalColumn类型默认属性本身类型,toptable数字格式处理,toptable默认margin为0
3.1
排序委托参数中的id改为guid类型。
3.0
增加多类型,以支持多sheet
解决二维数据重复/非法问题
2.1
1)  所有的Attribute都去除,列定义(中文名,对应属性名,是否二维列(x/y轴),是否图片,时间格式化) 都 直接传入进来
2)列定义增加 “是否参与GroupBy",用以确定Groupby的列。 groupby列 和 二维列 之外的列, 数据只取第一条, 对应的数量全部加在第一条上。

1.12.0
支持时间格式
1.11.0
设置是否导出图片,忽略没有propertyorder的属性
1.10.0
feat:支持传入客户金额单位
1.1.9
fix: Nullable属性抛异常问题。
1.1.8
排序委托增加guid
1.1.7
dataset.extension降级到4.5,顶部表格数据允许为空
1.1.0
图片尺寸和excel单元格尺寸适配
1.0
Lianshang 专用导出,支持图片,二维表
-------------不可合并的分支---------
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
初始化.