[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IExcelExporter

IExcelExporter Interface

Provides a unified way of converting types of values to a value used for Excel export.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface IExcelExporter
Public Interface IExcelExporter

Methods

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.