IExcelReader Methods |
The IExcelReader type exposes the following members.
Name | Description | |
---|---|---|
Close |
Close the connection to an excel file.
| |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
GetSheet |
Get a sheet by its index.
| |
Open(Byte) |
Connect to the byte array of an excel file to prepare for reading.
| |
Open(Stream) |
Connect to the file stream to prepare for reading.
|