Acdiu 1.0.0.23

There is a newer version of this package available.
See the version list below for details.
dotnet add package Acdiu --version 1.0.0.23
NuGet\Install-Package Acdiu -Version 1.0.0.23
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.0.23" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Acdiu --version 1.0.0.23
#r "nuget: Acdiu, 1.0.0.23"
#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.0.23

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

个人汉语限定版常用函数封装。对各函数进行简化处理;包含类目:C#、WPF、Excel

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 463 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-07-27 版本更新V1.0.0.23
删除 Excel:行最后非空();
添加 Excel:最后非空(this Range,[int], [int], [bool]);
Cells(this Range/WorkSheet/Application, [int], [object]);
Range(this Range/WorkSheet/Application, object, [object]);
列标(this int):将列号转换成列标;
整行(this Application, Range, [bool]);

2021-07-22
添加 Excel:添加工作表已使用单元格区域:Range 使用范围(this Range/Worksheet/Application);

2021-07-21
添加 正则:添加表达式常量:非数字;
添加正则表达式字符串查找函数:string 正则.查找(string, string, int)、List<string> 正则.查找(string, string);
Excel:添加地址函数:string Excel.地址(this Range),直接去除了单元格地址值字符串中的"$"字符;
修复 Excel:查找()函数问题,参数错误,现已修正;

2021-07-16
修复 Excel:Sel()函数,现已可得到正确的当前所选单元格区域,返回Range类型;
添加 Excel:Act(this Application),获取当前单元格,效果同Excel.ActiveCells,单元格() 与 Act()等同;
单元格区域(this Application),与Sel()等同;

2021-07-12
修复 BUG:遍历工作薄<>()及其相关函数若未指定App参数将会出现"请将对象引用到实例"的错误提示,现已修复;
添加 正则:添加表达式常量:日期、任意字符、数字、字母、汉字;

2021-07-09
添加 Excel:添加工作簿(Workbook)遍历函数:List<指定类型> 遍历工作簿<指定类型>([Application], [Workbook])、
(含多重重载)List<Worksheet> Sheets_(this Workbook)、Sheets_T<指定类型>()、Sheets_T_<指定类型>()...;