[]
Provides a unified way of converting types of values to a value used for Excel export.
public interface IExcelExporter
Public Interface IExcelExporter
Name | Description |
---|---|
CanExportTo(Type) | Returns whether this exporter can export the object to the specified type. |
ExportTo(Type) | Exports the given value object to the specified type. |