 | XlsxReader(Stream, ImportOptions) Constructor |
Constructor with stream as parameter
Namespace: NanoXLSX.LowLevelAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntaxpublic 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