| Name | Description |
---|
 | Workbook |
Default constructor. No initial worksheet is created. Use AddWorksheet(String) (or overloads) to add one
|
 | Workbook(Boolean) |
Constructor with additional parameter to create a default worksheet. This constructor can be used to define a workbook that is saved as stream
|
 | Workbook(String) |
Constructor with additional parameter to create a default worksheet with the specified name. This constructor can be used to define a workbook that is saved as stream
|
 | Workbook(String, String) |
Constructor with filename ant the name of the first worksheet
|
 | Workbook(String, String, Boolean) |
Constructor with filename ant the name of the first worksheet
|