Creates a new instance of the ExcelDataSet class representing a data set that does not yet exist

Namespace: ININ.IceLib.Configuration.Dialer.DataTypes
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public ExcelDataSet(
	string filePath,
	string worksheet,
	IEnumerable<DBColumn> fields
)
Visual Basic
Public Sub New ( _
	filePath As String, _
	worksheet As String, _
	fields As IEnumerable(Of DBColumn) _
)

Parameters

filePath
Type: System..::..String
The full file path of the spreadsheet
worksheet
Type: System..::..String
The name to give to the new worksheet
fields
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'DBColumn>)>)>
The fields to create in the new worksheet

See Also