Workbook Constructor (String, String, Boolean)

PicoXLSX

PicoXLSX

Workbook Constructor (String, String, Boolean)

Constructor with filename ant the name of the first worksheet

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public Workbook(
	string filename,
	string sheetName,
	bool sanitizeSheetName
)

Parameters

filename
Type: SystemString
Filename of the workbook
sheetName
Type: SystemString
Name of the first worksheet
sanitizeSheetName
Type: SystemBoolean
If true, the name of the worksheet will be sanitized automatically according to the specifications of Excel
See Also