Click or drag to resize
NanoXLSX

Workbook Constructor

Overload List
 NameDescription
Public methodWorkbook Default constructor. No initial worksheet is created. Use AddWorksheet(String) (or overloads) to add one
Public methodWorkbook(Boolean) Constructor with additional parameter to create a default worksheet. This constructor can be used to define a workbook that is saved as stream
Public methodWorkbook(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
Public methodWorkbook(String, String) Constructor with filename ant the name of the first worksheet
Public methodWorkbook(String, String, Boolean) Constructor with filename ant the name of the first worksheet
Top
See Also