SharedStringsReader.SharedStrings Property

NanoXLSX

NanoXLSX

SharedStringsReaderSharedStrings Property

List of shared string entries

Namespace:  NanoXLSX.LowLevel
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public List<string> SharedStrings { get; private set; }

Property Value

Type: ListString
String entry, sorted by its internal index of the table
See Also