Click or drag to resize
NanoXLSX

WorksheetReaderResolveSharedString Method

Tries to resolve a shared string from its ID

Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
private string ResolveSharedString(
	string raw
)

Parameters

raw  String
Raw value that can be either an ID of a shared string or an actual string value

Return Value

String
Resolved string or the raw value if no shared string could be determined
See Also