simplexcel 4.0.0
dotnet add package simplexcel --version 4.0.0
NuGet\Install-Package simplexcel -Version 4.0.0
<PackageReference Include="simplexcel" Version="4.0.0" />
<PackageVersion Include="simplexcel" Version="4.0.0" />
<PackageReference Include="simplexcel" />
paket add simplexcel --version 4.0.0
#r "nuget: simplexcel, 4.0.0"
#addin nuget:?package=simplexcel&version=4.0.0
#tool nuget:?package=simplexcel&version=4.0.0
Simplexcel
Official take over of the original project by Michael Stum.
This is a simple .xlsx generator library for .NET Framework (4.6.2 and later), .NET Standard 2.0, and .NET Standard 2.1.
It does not aim to implement the entirety of the Office Open XML Workbook format and all the small and big features Excel offers. Instead, it is meant as a way to handle common tasks that can't be handled by other workarounds (e.g., CSV Files or HTML Tables) and is fully supported under ASP.NET and ASP.NET Core (unlike, say, COM Interop which Microsoft explicitly doesn't support on a server).
Features
- You can store numbers as numbers, so no more unwanted conversion to scientific notation on large numbers!
- You can store text that looks like a number as text, so no more truncation of leading zeroes because Excel thinks it's a number
- You can have multiple Worksheets
- You have basic formatting: Font Name/Size, Bold/Underline/Italic, Color, Border around a cell
- You can specify the size of cells
- Workbooks can be saved compressed or uncompressed (CPU Load vs. File Size)
- You can specify repeating rows and columns (from the top and left respectively), useful when printing
- Fully supported in ASP.NET, ASP.NET Core and Windows Services
- Supports both .NET Framework and .NET
Usage
See USAGE.md for instructions how to use.
Release Notes
See CHANGELOG.md for the release notes.
License
See LICENSE.txt for the license (MIT).
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. 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. |
.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 is compatible. |
.NET Framework | net461 was computed. net462 is compatible. 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. |
-
.NETFramework 4.6.2
- Microsoft.Bcl.HashCode (>= 6.0.0)
-
.NETStandard 2.0
- Microsoft.Bcl.HashCode (>= 6.0.0)
-
.NETStandard 2.1
- 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 |
---|---|---|
4.0.0 | 389 | 5/12/2025 |
3.1.0.195 | 58,703 | 5/1/2022 |
3.0.2.193 | 195,986 | 12/26/2020 |
3.0.1.184 | 43,228 | 11/20/2019 |
3.0.0.181 | 4,910 | 11/8/2019 |
2.3.0.174 | 1,081 | 11/2/2019 |
2.2.1.71 | 3,470 | 9/19/2018 |
2.2.0.60 | 10,602 | 2/24/2018 |
2.1.0.31 | 2,258 | 9/25/2017 |
2.0.5.23 | 1,346 | 9/24/2017 |
2.0.4.13 | 1,753 | 9/17/2017 |
2.0.3.6 | 1,830 | 9/7/2017 |
2.0.1 | 1,289 | 5/18/2017 |
2.0.0 | 1,259 | 4/22/2017 |
1.0.5 | 6,487 | 1/30/2014 |
1.0.4 | 1,459 | 1/21/2014 |
1.0.3 | 1,528 | 8/20/2013 |
1.0.2 | 1,777 | 1/10/2013 |