FastExcel Constructor
| Name | Description |
|---|---|
| FastExcel(FileInfo, bool) | /// Update an existing excel file /// |
| FastExcel(FileInfo, FileInfo) | /// Create a new excel file from a template /// |
| FastExcel(Stream) | /// Update an existing excel file stream /// |
| FastExcel(Stream, Stream, bool, bool) | /// Create a new excel file from a template /// |