A 100% managed code library to generate Excel .xlsx Workbooks. Can be safely used on a server, no COM Interop or other unsafe/unsupported operations.
$ dotnet add package simplexcelOfficial 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).
See USAGE.md for instructions how to use.
See CHANGELOG.md for the release notes.
See LICENSE.txt for the license (MIT).