PicoXLSX Library Documentation
![]() | Workbook Constructor (String, String) |
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)

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
