Workbook Constructor

PicoXLSX

PicoXLSX

Workbook Constructor

Overload List
  NameDescription
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