WorksheetReader.Read Method

NanoXLSX

NanoXLSX

WorksheetReaderRead Method

Reads the XML file form the passed stream and processes the worksheet data

Namespace:  NanoXLSX.LowLevel
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public void Read(
	MemoryStream stream
)

Parameters

stream
Type: System.IOMemoryStream
Stream of the XML file
Exceptions
ExceptionCondition
IOExceptionThrows IOException in case of an error
See Also