 | 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.LowLevelAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntaxprivate 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
CellCell object with either the originally loaded or modified (by import options) value
See Also