NanoXLSX Library Documentation
![]() | WorksheetReaderResolveCellData Method |
Resolves the data of a read cell, transforms it into a cell object and adds it to the data
Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
private void ResolveCellData( string address, string type, string value, string style, string formula )
Parameters
- address
- Type: SystemString
Address of the cell - type
- Type: SystemString
Expected data type - value
- Type: SystemString
Raw value as string - style
- Type: SystemString
Style definition as string (can be null) - formula
- Type: SystemString
Formula as string (can be null; data type determines whether value or formula is used)
