Create a new solution and add the ClosedXML.Excel Nuget packages to this solution.
Add a new class ExcelManager.cs with the following code:
This provides the basic items like rows of excel data and functions to save text based on column header names and retrieve cell values.
To add logging, refer to my blog here.
No comments:
Post a Comment