NanoXLSX Library Documentation
![]() | Cell Constructor |

Name | Description | |
---|---|---|
![]() | Cell | Default constructor. Cells created with this constructor do not have a link to a worksheet initially |
![]() | Cell(Object, CellCellType) |
Constructor with value and cell type. Cells created with this constructor do not have a link to a worksheet initially
|
![]() | Cell(Object, CellCellType, String) |
Constructor with value, cell type and address. The worksheet reference is set to null and must be assigned later
|
![]() | Cell(Object, CellCellType, Int32, Int32, Worksheet) |
Constructor with value, cell type, row number, column number and the link to a worksheet
|
