Click or drag to resize

Writers Class

A factory to create an excel writer.
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.IOWriters

Namespace: Casewhere.Runtime.IO
Assembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class Writers

The Writers type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetExcelWriter Create an excel writer. You should call release method to release the writer after using it.
Public methodStatic memberRelease Dispose and Release the excel writer.
Public methodStatic memberUse 
Top
See Also