-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ricardo Coelho edited this page Jul 15, 2022
·
5 revisions
using BlackDigital.Report;
ReportGenerator.Spreadsheet()
.AddSheet("First")
.AddTable("Data")
.FillObject(list)
.BuildAsync(@"test.xlsx");
...
Languages