Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for OLElink streams #265

Open
farfilli opened this issue Dec 2, 2024 · 0 comments
Open

Add support for OLElink streams #265

farfilli opened this issue Dec 2, 2024 · 0 comments

Comments

@farfilli
Copy link

farfilli commented Dec 2, 2024

With my low knowledge of Structured Storage files, I came to these two assumptions:

  • Streams with EntryInfo.Name starting with the character /u0005 are OleProperties
  • Streams with EntryInfo.Name starting with the character /u0001 are OleLinks

There is a third one I found that is /u0003 that is OleLinkInfos

I can extract those streams and by parsing them extract the link to the file however I'm doing it in a brute way; I wonder if this data has a specific format and perhaps be able to extract them directly with a specific function

Attached a Word document containing a link to an excel document
oleLINK.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant