An implementation of EasyData.Export.IDataExporter interface, that performs exporting of the data stream to Excel's html format
public class EasyData.Export.ExcelHtmlDataExporter
: HtmlDataExporter
Package: EasyData.Exporters.Default
(targets: netstandard2.0
)
Assembly: EasyData.Exporters.Default.dll
Constructors
Name | Type | Description |
---|---|---|
ExcelHtmlDataExporter() | void |
Properties
Name | Type | Description |
---|---|---|
DefaultSettings | IDataExportSettings | The default settings. |
Methods
Name | Type | Description |
---|---|---|
GetContentType() | string |
Gets the MIME content type of the exporting format. |
GetDefaultSettings(CultureInfo culture = null) |
IDataExportSettings | Gets default settings |