Click or drag to resize

IExcelWriter Methods

The IExcelWriter type exposes the following members.

Methods
  Name Description
Public method AddSheet Create a sheet with the given name.
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 with its index.
Public method Open(FileInfo) Connect to an excel file to prepare for writing.
Public method Open(Stream) Connect to the stream of an excel file to prepare for writing
Top
See Also