olefile is a Python package to parse, read and write Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), such as Microsoft Office 97-2003 documents, vbaProject.bin in MS Office 2007+ files, Image Composer and FlashPix files, Outlook messages, StickyNotes, several Microscopy file formats, McAfee antivirus quarantine files, etc.
Is your feature request related to a problem? Please describe.OleStream loads all data in the memory. If the file is really large it causes the problem.
Describe the solution you'd like
Represent OleStream as a file stream
Is your feature request related to a problem? Please describe.
OleStream
loads all data in the memory. If the file is really large it causes the problem.Describe the solution you'd like Represent OleStream as a file stream