Acdiu 1.0.0.21

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

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

个人汉语限定版常用函数封装。对各函数进行简化处理;包含类目: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-05-28 版本更新V1.0.0.21
新增 为Excel类新增两个多重重载函数:Acdiu.Excel.Run(Excel.Application,Action<>,...)、Acdiu.Excel.Func(Excel.Application,Func<>,...)
用以执行表达式和返回表达式结果,在执行方法表达式之前将会预先关闭屏幕刷新与Excel事件触发,在执行完毕或错误时将会重新开启
添加 获取桌面路径:Acdiu.Ac.桌面路径