IExcel
|
The IExcelWriter type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AddSheet | Create a sheet with the given name. |
|
|
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 with its index. |
|
|
Open(FileInfo) | Connect to an excel file to prepare for writing. |
|
|
Open(Stream) | Connect to the stream of an excel file to prepare for writing |