Click or drag to resize
ExcelTableReader Constructor (String, String)
Constructs reader by the excel file for a sheet

Namespace: FlexRule.Decisions.Tables.Readers
Assembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public ExcelTableReader(
	string filePath,
	string activeSheet
)

Parameters

filePath
Type: SystemString
activeSheet
Type: SystemString
sets ActiveSheet
See Also