Click or drag to resize

IExcelReader Methods

The IExcelReader type exposes the following members.

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