Click or drag to resize
ExcelTableReader Class
Reads Excel files and creates ITable
Inheritance Hierarchy

Namespace: FlexRule.Decisions.Tables.Readers
Assembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public class ExcelTableReader : TableReaderBase

The ExcelTableReader type exposes the following members.

Constructors
  NameDescription
Public methodExcelTableReader(String)
Constructs reader by the excel file
Public methodExcelTableReader(String, String)
Constructs reader by the excel file for a sheet
Public methodExcelTableReader(Stream, String, Boolean)
Top
Properties
  NameDescription
Public propertyActiveSheet
The sheet to be read
Public propertyEntries (Inherited from TableReaderBase.)
Top
Methods
Extension Methods
See Also