NanoXLSX Library Documentation
![]() | 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)

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: MemoryStreamMemoryStream object of the specified file
