Click or drag to resize
NanoXLSX

XlsxReader(Stream, ImportOptions) Constructor

Constructor with stream as parameter

Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
Syntax
C#
public XlsxReader(
	Stream stream,
	ImportOptions options = null
)

Parameters

stream  Stream
Stream of the XLSX file to load
options  ImportOptions  (Optional)
Import options to override the automatic approach of the reader. ImportOptions for information about import options.
See Also