SwiftExcel.Pro
1.0.14
See the version list below for details.
dotnet add package SwiftExcel.Pro --version 1.0.14
NuGet\Install-Package SwiftExcel.Pro -Version 1.0.14
<PackageReference Include="SwiftExcel.Pro" Version="1.0.14" />
paket add SwiftExcel.Pro --version 1.0.14
#r "nuget: SwiftExcel.Pro, 1.0.14"
// Install SwiftExcel.Pro as a Cake Addin #addin nuget:?package=SwiftExcel.Pro&version=1.0.14 // Install SwiftExcel.Pro as a Cake Tool #tool nuget:?package=SwiftExcel.Pro&version=1.0.14
Lightweight, extremely fast and memory efficient Excel output library for .NET and .NET Core applications. Build your Excel reports in fraction of seconds with no memory footprint thanks to skipping XML serialization and streaming data directly to the file.
SwiftExcel.Pro includes advanced features that are not included into SwiftExcel package.
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. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
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.1.3 | 12,807 | 7/10/2023 |
1.1.2 | 336 | 7/7/2023 |
1.0.20 | 6,068 | 4/4/2023 |
1.0.18 | 1,774 | 3/4/2023 |
1.0.17 | 1,999 | 11/24/2022 |
1.0.16 | 712 | 11/11/2022 |
1.0.15 | 20,137 | 10/6/2022 |
1.0.14 | 2,741 | 6/24/2022 |
1.0.13 | 2,757 | 1/25/2022 |
1.0.12 | 479 | 12/23/2021 |
1.0.10 | 7,159 | 10/22/2021 |
1.0.9 | 733 | 7/28/2021 |
1.0.8 | 782 | 4/12/2021 |
1.0.7 | 476 | 4/11/2021 |
1.0.6 | 636 | 12/24/2020 |
1.0.5 | 653 | 3/26/2020 |
1.0.4 | 1,095 | 2/22/2020 |
1.0.3 | 997 | 2/20/2020 |
1.0.2 | 977 | 1/5/2020 |
Added "WrapText" feature which is available as a property under individual style configuration. Property allows text to wrap as well as it fixes a bug when new line symbol "\n" was used in code but actual new line was not happening in Excel.