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.2+7f12a949130e0be1e987e553d2d08c083176cdca
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