Class ExcelDestination

A Excel destination creates an excel files with formatted data. The output will look similar to a csv file.

Inherited Members
Namespace: ETLBox.Excel
Assembly: ETLBox.Excel.dll
Syntax
    public class ExcelDestination : ExcelDestination<ExpandoObject>, IDataFlowLogging, IDataFlowStreamDestination<ExpandoObject>, IDataFlowDestination<ExpandoObject>, IDataFlowStreamDestination, IDataFlowDestination, IDataFlowComponent, ILoggableTask

Constructors

ExcelDestination()

Declaration
    public ExcelDestination()

ExcelDestination(string)

Declaration
    public ExcelDestination(string fileName)
Parameters
TypeNameDescription
stringfileName

Implements