Click or drag to resize

IExcelWriter Methods

The IExcelWriter type exposes the following members.

Methods
  NameDescription
Public methodAddSheet
Create a sheet with the given name.
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 with its index.
Public methodOpen
Connect to the stream of an excel file to prepare for writing
Top
See Also