 | WorksheetReaderGetGloballyEnforcedValue Method |
Converts the cell values globally, based on import options (e.g. everything to string or all numbers to double)
Namespace: NanoXLSX.LowLevelAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntaxprivate 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
ObjectConverted value
See Also