Acdiu 1.0.0.22
See the version list below for details.
dotnet add package Acdiu --version 1.0.0.22
NuGet\Install-Package Acdiu -Version 1.0.0.22
<PackageReference Include="Acdiu" Version="1.0.0.22" />
paket add Acdiu --version 1.0.0.22
#r "nuget: Acdiu, 1.0.0.22"
// Install Acdiu as a Cake Addin #addin nuget:?package=Acdiu&version=1.0.0.22 // Install Acdiu as a Cake Tool #tool nuget:?package=Acdiu&version=1.0.0.22
个人汉语限定版常用函数封装。对各函数进行简化处理;包含类目:C#、WPF、Excel
Product | Versions 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. |
-
.NETFramework 4.0
- Microsoft.Office.Interop.Excel (>= 15.0.4795.1000)
- MicrosoftOfficeCore (>= 15.0.0)
- Newtonsoft.Json (>= 13.0.1)
- Office (>= 12.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
2021-07-28 版本更新V1.0.0.22
添加 为 Acdiu.K_键盘.按下()加入重载函数:按下(System.Action, [System.Action], [System.Action], [System.Action]);
为 Acdiu.键码 下的键码常量添加Key类型常量;
2021-06-29
添加 Excel:Excel.RibbonGroup控件批量显示/隐藏:Group开关(this RibbonGroup, [RibbonGroup[]], [bool]);
通用变量定义:方向箭头字符串赋值:Acdiu.符号.名字点/上/下/左/左上/左下/右/右上/右下;
清除数据有效性验证:Excel.清除_数据验证(this Application);
2021-06-24
添加 字符串拆分函数:Acdiu.Ac.拆分(this string, [string[] ], [bool ]);Acdiu.Ac.转数组(this string, [string[] ], [bool ])
2021-06-19
添加 延时函数:延时(this int 时间_秒)
2021-06-04
新增 为Excel新增Find重定义:Excel.查找(this Range, Object, ...) / Excel.Find_(this Range, Object, ...)
2021-05-29
修改 废弃Excel.Run(Excel.Application,Action<>,...)与Excel.Func(Excel.Application,Func<>,...)的有参多重重载,只留下无参函数
参数直接在表达式内或调用函数之前定义