Acdiu 1.0.1.1

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

// Install Acdiu as a Cake Tool
#tool nuget:?package=Acdiu&version=1.0.1.1

个人限定版常用函数封装,主要以中文汉语为主。对各函数进行简化处理;包含类目:C#、WPF、Excel
反馈与建议:zhangwing263@hotmail.com

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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
1.0.1.1 459 9/9/2021
1.0.0.24 362 7/30/2021
1.0.0.23 361 7/27/2021
1.0.0.22 364 7/8/2021
1.0.0.21 344 5/28/2021
1.0.0.2 342 5/27/2021
1.0.0.1 359 5/25/2021
1.0.0 337 5/20/2021

2021-09-09 版本更新V1.0.1.1
1、对诸如Range()函数等进行了调整,如之前版本默认获取到的是前置工作表的单元格,现在调整为所引用的数据所属工作表单元格,使其更加合理;
2、添加了诸如Range.ToBitmap()等位图相关函数,目前暂未完善,部分函数可能尚且存在些许问题;
3、添加了Bitmap图形保存的函数,根据相关配置将位图保存至本地磁盘;
4、添加了剪贴板支持:To剪贴板();可将Excel单元格区域转换成图片形式并可附加文本内容同时存入剪贴板,在粘贴时可同时将图片与文本信息一同粘贴出来,图片形式与附加文本内容前后顺序可颠倒;暂未添加多文本与多图形的模式,目前只能单一图形与单一文本字符串;

2021-09-01
1、添加Excel统计函数:统计数量(),统计指定单元格区域内满足条件的单元格数量;
2、字节统计:字节()、字节UTF8(),统计字符串或可变字符字符串字节;

2021-08-23
对Excel.APP()进行了修正,根据不同的参数获取当前Excel窗口或首个Excel窗口;

2021-08-02
添加 Excel:最前非空() 效果同 最后非空();
整列() 效果同 整行();
遍历单元格(this Range, [int], [Action<Range, List<Range>>]):遍历指定单元格区域,根据需求去除重复项,可按需指定方法表达式;