API Reference
Class
ExcelFluentReadWorkbook
Entry point for fluent read pipelines.
Inheritance
- Object
- ExcelFluentReadWorkbook
Methods
Sheet 2 overloads
public ExcelFluentReadSheet Sheet(String name) #Returns:
ExcelFluentReadSheetSelects a sheet by name for fluent reading.
Parameters
- name System.String
- Worksheet name.
public ExcelFluentReadSheet Sheet(Int32 index) #Returns:
ExcelFluentReadSheetSelects a sheet by zero-based index for fluent reading.
Parameters
- index System.Int32
- Zero-based index in Sheets.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object