ExcelExporter class
namespace: Serenity.Reporting assembly: Serenity.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
- interface IExcelExporter
- Source: ExcelExporter.cs