Open junxu-ai opened 4 years ago
Hi can you share the code which is giving the error so i can try and reproduce it.
extractor.extract(to_extract_filename, to_save_path)
this error caused by the low version of olefile module, upgrade this module to the latest can address this problem
Hi,
I intent to use this tool to extract the attachments with various objects, e.g., word, ppt,xlsx, outlook msg. However, it returns error at line 63 of extractor.py:
with olefile.OleFileIO(path) as o:
AttributeError: enter
Thanks, jun