Workbook Constructor (String, String)

NanoXLSX

NanoXLSX

Workbook Constructor (String, String)

Constructor with filename ant the name of the first worksheet

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public Workbook(
	string filename,
	string sheetName
)

Parameters

filename
Type: SystemString
Filename of the workbook. The name will be sanitized automatically according to the specifications of Excel
sheetName
Type: SystemString
Name of the first worksheet. The name will be sanitized automatically according to the specifications of Excel
See Also