Reader.GetEntryStream Method

NanoXLSX

NanoXLSX

ReaderGetEntryStream Method

Gets the memory stream of the specified file in the archive (XLSX file)

Namespace:  NanoXLSX.LowLevel
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
private MemoryStream GetEntryStream(
	string name,
	ZipArchive archive
)

Parameters

name
Type: SystemString
Name of the XML file within the XLSX file
archive
Type: System.IO.CompressionZipArchive
Zip file (XLSX)

Return Value

Type: MemoryStream
MemoryStream object of the specified file
See Also