Click or drag to resize
NanoXLSX

WorksheetReaderResolveCellData Method

Resolves the data of a read cell either automatically or conditionally (import options), transforms it into a cell object and adds it to the data

Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.3+98f265239ae8df4639650ecd7029244cc5e52dfc
Syntax
C#
private Cell ResolveCellData(
	string raw,
	string type,
	string styleNumber,
	string address
)

Parameters

raw  String
Raw value as string
type  String
Expected data type
styleNumber  String
>Style number as string (can be null)
address  String
Address of the cell

Return Value

Cell
Cell object with either the originally loaded or modified (by import options) value
See Also