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

Use CLSID for Office 97-2003 detection #243

Merged
merged 2 commits into from
Feb 3, 2022
Merged

Use CLSID for Office 97-2003 detection #243

merged 2 commits into from
Feb 3, 2022

Commits on Feb 3, 2022

  1. Use CLSID for Office 97-2003 detection

    Previously, all OLE storage files which where not identified as a more
    specific format were defaulting to doc.
    This commit makes doc detection use CLSID UUIDs, similar to what ppt and
    xls do.
    gabriel-vasile committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    04bab86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb7d27d View commit details
    Browse the repository at this point in the history