Click or drag to resize
ExcelTableReaderReadSheet Method
Reads ActiveSheet, if ActiveSheet is null reads the first 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 IIterable<IIterable<Cell>> ReadSheet()

Return Value

Type: IIterableIIterableCell
See Also