NanoXLSX Library Documentation
![]() | SharedStringsReaderRead Method |
Reads the XML file form the passed stream and processes the shared strings table
Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public void Read( MemoryStream stream )
Parameters
- stream
- Type: System.IOMemoryStream
Stream of the XML file

Exception | Condition |
---|---|
IOException | Throws IOException in case of an error |
