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.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
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