Crping.Excel
1.2.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Crping.Excel --version 1.2.0
NuGet\Install-Package Crping.Excel -Version 1.2.0
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="Crping.Excel" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Crping.Excel --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Crping.Excel, 1.2.0"
#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 Crping.Excel as a Cake Addin #addin nuget:?package=Crping.Excel&version=1.2.0 // Install Crping.Excel as a Cake Tool #tool nuget:?package=Crping.Excel&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Crping.Excel
Excel
小工具
版本更新说明
1.2.0
2023-03-01
- 添加独立的Excel样式设置方法
SetStyles
,并优化导出样式 - 新增将
DataTable
转为Excel
并导出为byte[]
的扩展方法ToExcelBytesAsync
- 实现将 DataTable 保存到 Excel 文件的方法
SaveToExcelAsync
1.1.3
2023-02-28
- 升级
EPPlus
至6.1.3
1.1.2
2022-09-20
- 修复当数据行第一行数据有列数据为空时获取列数据类型为空时产生异常,默认为字符串类型
1.1.1
2022-08-30
- 将
ExcelExt
重命令为Utils
,并将public
改为internal
- 将'GetString'移动到
Utils
1.1.0
2022-08-26
- 新增方法:GetSheetNames
- 优化已有方法
1.0.0
2022-08-21
- Excel To DataTable,并过滤空行,自动设置列数据类型
- DataTabel To Excel
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- EPPlus (>= 6.1.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Crping.Excel:
Package | Downloads |
---|---|
Crping.Auth.BLL
Crping.Auth 的业务逻辑层 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Excel Tools