NanoXLSX Library Documentation
![]() | NanoXLSX Namespace |
NanoXLSX is a library to generate and read XLSX files in an easy and native way

Class | Description | |
---|---|---|
![]() | Cell |
Class representing a cell of a worksheet
|
![]() | CellBasicFormulas |
Class for handling of basic Excel formulas
|
![]() | Metadata |
Class representing the meta data of a workbook
|
![]() | Workbook |
Class representing a workbook
|
![]() | WorkbookShortener |
Class to provide access to the current worksheet with a shortened syntax. Note: The WS object can be null if the workbook was created without a worksheet. The object will be available as soon as the current worksheet is defined
|
![]() | Worksheet |
Class representing a worksheet of a workbook
|
![]() | WorksheetColumn |
Class representing a column of a worksheet
|

Structure | Description | |
---|---|---|
![]() | CellAddress |
Struct representing the cell address as column and row (zero based)
|
![]() | CellRange |
Struct representing a cell range with a start and end address
|

Enumeration | Description | |
---|---|---|
![]() | CellAddressType |
Enum for the referencing style of the address
|
![]() | CellCellType |
Enum defines the basic data types of a cell
|
![]() | WorksheetCellDirection |
Enum to define the direction when using AddNextCell method
|
![]() | WorksheetSheetProtectionValue |
Enum to define the possible protection types when protecting a worksheet
|