Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 889 Bytes

File metadata and controls

17 lines (9 loc) · 889 Bytes

Excel Export

This assembly provides some wrappers around the NPOI C# port which I've found useful.

This assembly targets Net 7 and has nullability enabled.

The library repository is available on github.

The change log is available here.

** Breaking change: logging was migrated to Microsoft Logging**

The starting point for using the library is creating an instance of ExcelWorkbook. It takes an optional Func<IJ4JLogger> logger factory. For more information on IJ4JLogger see the github documentation.

Worksheets are created by callling the AddWorksheet() method on an ExcelWorkbook instance.

Tables are created by calling the AddTable() method on an ExcelSheet instance.