ExcelReportGenerator class

namespace: Serenity.Reporting   assemblySerenity.Extensions

Helper for generating Excel packages from report columns and data.

public static class ExcelReportGenerator

Public Members

name description
static AsObject(…) Converts the specified XLCellValue to its corresponding .NET object.
static GeneratePackage(…) Generates an Excel workbook from the specified columns and rows.
static GeneratePackageBytes(…) Generates an Excel package as bytes from the specified columns and rows.
static PopulateSheet(…) Populates the specified worksheet with the given columns and rows.

See Also