DH.MiniExcel
3.6.2024.5110022
See the version list below for details.
dotnet add package DH.MiniExcel --version 3.6.2024.5110022
NuGet\Install-Package DH.MiniExcel -Version 3.6.2024.5110022
<PackageReference Include="DH.MiniExcel" Version="3.6.2024.5110022" />
<PackageVersion Include="DH.MiniExcel" Version="3.6.2024.5110022" />
<PackageReference Include="DH.MiniExcel" />
paket add DH.MiniExcel --version 3.6.2024.5110022
#r "nuget: DH.MiniExcel, 3.6.2024.5110022"
#:package DH.MiniExcel@3.6.2024.5110022
#addin nuget:?package=DH.MiniExcel&version=3.6.2024.5110022
#tool nuget:?package=DH.MiniExcel&version=3.6.2024.5110022
DH.FrameWork
介绍
基于net core的底层快速开发框架,目前主要net core 版本号为:7.0.100,支持插件模式。
已上传Nuet:请搜索DH.Web.Framework
另已制作上传简单项目模板到Nuget:请搜索DH.Templates.Mvc.Base
交流请加群:774046050
另有基于Maui的项目:DH.Maui.FrameWork
1、单例方法可以使用Singleton<T>.Instance
2、支持多语种
3、支持插件
4、数据库ORM使用新生命的NewLife.XCode
5、支持缓存。缓存支持内存缓存和Redis缓存,Redis缓存组件使用新生命的NewLife.Redis
6、支持项目内事件发布和消费
7、支持动态路由,目前暂支持首页动态路由为指定插件的页面路由。
8、支持钉钉和企业微信WebHook
9、支持基于Json持久化存储的内存数据库
10、支持虚拟文件系统功能。
11、支持客如云、银豹平台、微信相关、又拍云相关对接SDK
12、支持动态C#类型库,可以像在JavaScript或其他动态语言中一样定义Dynamic对象
13、支持Vue集成框架开发,目前支持两种模式:1是只能使用Vue,2是可以Vue和Mvc共存。其中VueDemo为全局Vue Demo,VueDemo1为Vue和Mvc共存
14、支持SMS短信PDU格式转换类库
15、JWT权限类库
插件页面性能
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- MiniExcel (>= 1.31.3)
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 |
|---|---|---|
| 4.22.2026.418-beta0310 | 84 | 4/18/2026 |
| 4.22.2026.416-beta1133 | 81 | 4/16/2026 |
| 4.18.2026.227-beta0732 | 108 | 2/27/2026 |
| 4.18.2026.211 | 131 | 2/11/2026 |
| 4.18.2026.211-beta1307 | 99 | 2/11/2026 |
| 4.16.2025.1227-beta0928 | 124 | 12/27/2025 |
| 4.16.2025.1126-beta0313 | 206 | 11/26/2025 |
| 4.1.2025.821-beta1526 | 198 | 8/21/2025 |
| 4.1.2025.318-beta0914 | 234 | 3/18/2025 |
| 4.1.2025.110-beta0601 | 174 | 1/10/2025 |
| 4.1.2025.106-beta0956 | 152 | 1/6/2025 |
| 4.1.2025.105-beta1243 | 160 | 1/5/2025 |
| 4.1.2024.1231-beta0944 | 150 | 12/31/2024 |
| 4.1.2024.1230-beta0823 | 147 | 12/30/2024 |
| 4.1.2024.1226-beta1215 | 160 | 12/26/2024 |
| 4.1.2024.1226-beta1009 | 158 | 12/26/2024 |
| 4.1.2024.1213-beta1211 | 189 | 12/13/2024 |
| 4.0.2024.120300019 | 418 | 12/3/2024 |
| 3.6.2024.8040134 | 349 | 12/13/2024 |
| 3.6.2024.5110022 | 370 | 5/11/2024 |
DH框架的Excel处理库