Click or drag to resize

IExcelReader Methods

The IExcelReader type exposes the following members.

Methods
  NameDescription
Public methodClose
Close the connection to an excel file.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetSheet
Get a sheet by its index.
Public methodOpen(Byte)
Connect to the byte array of an excel file to prepare for reading.
Public methodOpen(Stream)
Connect to the file stream to prepare for reading.
Top
See Also