Class ExcelDestination
A Excel destination creates an excel files with formatted data. The output will look similar to a csv file.
Inheritance
System.Object
DataFlowDestination<System.Dynamic.ExpandoObject>
DataFlowStreamDestination<System.Dynamic.ExpandoObject>
ExcelDestination<System.Dynamic.ExpandoObject>
ExcelDestination
Implements
IDataFlowStreamDestination<System.Dynamic.ExpandoObject>
IDataFlowDestination<System.Dynamic.ExpandoObject>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ETLBox.DataFlow.Connectors
Assembly: ETLBox.Excel.dll
Syntax
public class ExcelDestination : ExcelDestination<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowStreamDestination<ExpandoObject>, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent, IDataFlowStreamDestination
Constructors
ExcelDestination()
Declaration
public ExcelDestination()
ExcelDestination(String)
Declaration
public ExcelDestination(string fileName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName |