Class Helper
Helper utilities for exporting tabular report data to Excel, writing each DataTable as a worksheet in an XLSX workbook.
Inherited Members
Namespace: Reportman.Drawing.Excel
Assembly: Reportman.Drawing.Excel.dll
Syntax
public static class Helper
Methods
View SourceDataTablesToExcel(List<DataTable>)
Declaration
public static MemoryStream DataTablesToExcel(List<DataTable> dataTables)
Parameters
| Type | Name | Description |
|---|---|---|
| List<DataTable> | dataTables |
Returns
| Type | Description |
|---|---|
| MemoryStream |