ExcelKit 1.0.11
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 ExcelKit --version 1.0.11
NuGet\Install-Package ExcelKit -Version 1.0.11
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="ExcelKit" Version="1.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExcelKit --version 1.0.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ExcelKit, 1.0.11"
#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 ExcelKit as a Cake Addin #addin nuget:?package=ExcelKit&version=1.0.11 // Install ExcelKit as a Cake Tool #tool nuget:?package=ExcelKit&version=1.0.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Excel百万级(几百万亦可)数据导出与读取(仅针对xlsx文件)
excel million level data export and read (only for xlsx files)
1.极低的内存占用,方便易用的方法,让Excel导出和读取更简单
2.支持.Net Core,Docker,Win下皆可使用
3.单文件多Sheet导出,多Sheet可导出几百万数据
5.导出数据超过单Sheet最大量时,多余数据会自动拆分新的Sheet,新Sheet继续沿用之前的样式
6.可定义类读取和导出,亦可使用字典动态读取和导出
7.字段可为基础类型,枚举,对象(对象需自己实现Converter)等
8.可指定列的填充色,字体颜色,列宽,列顺序,筛选,表头冻结等
9.更多功能与使用方式,请点击下方链接查看示例ExcelKit.Sample
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- DocumentFormat.OpenXml (>= 2.10.1)
- NPOI (= 2.4.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Excel百万级数据导出&读取(仅针对xlsx文件)