Reader Constructor (Stream)

NanoXLSX

NanoXLSX

Reader Constructor (Stream)

Constructor with stream as parameter

Namespace:  NanoXLSX.LowLevel
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public Reader(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream of the xlsx file to load
See Also