decalage2 / olefile

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.
http://www.decalage.info/olefile
Other
231 stars 77 forks source link

Represent OleStream as a file stream #143

Open ablearthy opened 3 years ago

ablearthy commented 3 years ago

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