 | 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.7+c253a7d00ca5e19be14df4552cf12c589ec4ab3e
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