API Reference
Class
ExcelFluentReadWorkbook
Entry point for fluent read pipelines.
Inheritance
- Object
- ExcelFluentReadWorkbook
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method ExcelDocument.Read
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.