Info
Version: | 2.2.0 |
Author(s): | Traf |
Last Update: | Friday, February 16, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/traf72/excel-report-generator |
NuGet Url: | https://www.nuget.org/packages/ExcelReportGenerator |
Install
Install-Package ExcelReportGenerator
dotnet add package ExcelReportGenerator
paket add ExcelReportGenerator
ExcelReportGenerator Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- ClosedXML(>= 0.95.0)
- System.ValueTuple(>= 4.3.0)
- ClosedXML(>= 0.95.0)
- System.Data.DataSetExtensions(>= 4.5.0)
- ClosedXML(>= 0.95.0)
- System.ValueTuple(>= 4.3.0)
Tags
It makes it easy to connect to various data sources like IDataReader, DataSet, DataTable, IEnumerable<T> and others and to render data from them to Excel. You can also apply aggregation, various types of grouping, formatting and so on to the data.
More detailed documentation you can find inside the project repository.