Click or drag to resize
NanoXLSX

WorksheetReaderGetGloballyEnforcedValue Method

Converts the cell values globally, based on import options (e.g. everything to string or all numbers to double)

Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
private Object GetGloballyEnforcedValue(
	Object data,
	Address address
)

Parameters

data  Object
Cell data
address  Address
>Cell address (conversion is skipped if start row is not reached)

Return Value

Object
Converted value
See Also