CsExcel
v1.0.2CsExcel is a C# wrapper around FsExcel — an F# library for writing Excel workbooks via ClosedXML — that lets you build spreadsheets from a flat, declarative list of instructions rather than ClosedXML’s cell-by-cell object model.
Install
dotnet add package CsExcel
Dependencies
Targets .NET Standard 2.0. Depends on FsExcel, FSharp.Core, and ClosedXML.
License
Licensed under the PolyForm Noncommercial License 1.0.0.
See the GitHub repository for full usage docs and source.