Acdiu 1.0.0.24

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

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

个人限定版常用函数封装,主要以中文汉语为主。对各函数进行简化处理;包含类目: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 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-30 版本更新V1.0.0.24
对Excel的一些函数与功能进行了修改使其更便捷合理;
修改:Excel.遍历工作簿()函数升级,现已可根据需求添加遍历时操作,在对Excel进行操作前将会记录并关闭事件触发及屏幕刷新,待运行完毕后将恢复状态
Excel.遍历工作簿<指定类型>(this WorkBook, [Action<Worksheet, List<指定类型>>]):默认遍历当前工作簿,若无指定Action则"指定类型"需为Worksheet;