From bf0c777cb9159e220f636b0c019fe4957e4fea75 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 20 May 2021 18:16:28 +0200 Subject: [PATCH] Improve support for xlsx files --- libmat2/office.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libmat2/office.py b/libmat2/office.py index 4cd9da2..19e2ce5 100644 --- a/libmat2/office.py +++ b/libmat2/office.py @@ -107,6 +107,7 @@ class MSOfficeParser(ZipParser): # TODO: check if p:bgRef can be randomized r'^ppt/slideMasters/slideMaster[0-9]+\.xml', r'^ppt/slideMasters/_rels/slideMaster[0-9]+\.xml\.rels', + r'^xl/worksheets/_rels/sheet[0-9]+\.xml\.rels', })) self.files_to_omit = set(map(re.compile, { # type: ignore r'^\[trash\]/',