ExcelExporter class

namespace: Serenity.Reporting   assemblySerenity.Extensions

Default implementation of IExcelExporter that exports data to Excel.

public class ExcelExporter : IExcelExporter

Public Members

name description
ExcelExporter(…) Default implementation of IExcelExporter that exports data to Excel.
Export(…) Exports the specified data with the given columns to Excel bytes. (3 methods)

See Also