ExcelHtmlDataExporter class
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
Section titled “Constructors”Name | Type | Description |
---|---|---|
ExcelHtmlDataExporter() | void |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
DefaultSettings | IDataExportSettings | The default settings. |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
GetContentType() | string | Gets the MIME content type of the exporting format. |
GetDefaultSettings(CultureInfo culture = null) | IDataExportSettings | Gets default settings |