 | XlsxReaderGetEntryStream Method |
Gets the memory stream of the specified file in the archive (XLSX file)
Namespace: NanoXLSX.LowLevelAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.5+4f4b44a718a20dda8ca2c0c4d00bd7eee7c80f5d
Syntaxprivate MemoryStream GetEntryStream(
string name,
ZipArchive archive
)
Parameters
- name String
- Name of the XML file within the XLSX file
- archive ZipArchive
- Zip file (XLSX)
Return Value
MemoryStreamMemoryStream object of the specified file
See Also