Acdiu 1.0.0.23
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
<PackageReference Include="Acdiu" Version="1.0.0.23" />
paket add Acdiu --version 1.0.0.23
#r "nuget: Acdiu, 1.0.0.23"
// 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 | 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-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_<指定类型>()...;