SwiftExcel 1.0.12

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

// Install SwiftExcel as a Cake Tool
#tool nuget:?package=SwiftExcel&version=1.0.12

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.

Product 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on SwiftExcel:

Package Downloads
SwiftExcel.Contrib

SwiftExcel extensions.

Zeytinbey.SwiftExcelHelper

Zeytinbey.SwiftExcelHelper is an easy-to-use package that streamlines SwiftExcel tasks. Create Excel files effortlessly with handy helper classes and extension methods, making your workflow simpler and more efficient.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.3 11,280 7/10/2023
1.1.2 668 7/7/2023
1.1.0 2,432 7/7/2023
1.0.14 16,437 11/24/2022
1.0.13 2,971 11/11/2022
1.0.12 14,078 6/22/2022
1.0.11 55,905 12/23/2021
1.0.9 95,830 6/12/2021
1.0.8 11,722 12/24/2020
1.0.7 6,147 3/26/2020

Added "WrapText" feature which is available a a property under individual sheet 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.