NanoXLSX Library Documentation
![]() | Workbook Constructor (Boolean) |
Constructor with additional parameter to create a default worksheet. This constructor can be used to define a workbook that is saved as stream
Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public Workbook( bool createWorkSheet )
Parameters
- createWorkSheet
- Type: SystemBoolean
If true, a default worksheet with the name 'Sheet1' will be crated and set as current worksheet
