diff --git a/libmat2/office.py b/libmat2/office.py
index fe2f18901eef98e7d7fdbf4ab5460cb95379778e..0298e38907ba7a17351103815a162806ffdc2292 100644
--- a/libmat2/office.py
+++ b/libmat2/office.py
@@ -90,6 +90,9 @@ class MSOfficeParser(ZipParser):
             r'^(?:word|ppt|xl)/_rels/document\.xml\.rels$',
             r'^(?:word|ppt|xl)/_rels/footer[0-9]*\.xml\.rels$',
             r'^(?:word|ppt|xl)/_rels/header[0-9]*\.xml\.rels$',
+            r'^(?:word|ppt|xl)/styles.xml$',
+            r'^xl//workbook.xml$',
+            r'^xl//worksheets/sheet[0-9]+.xml$',
             r'^ppt/slideLayouts/_rels/slideLayout[0-9]+\.xml\.rels$',
             r'^ppt/slideLayouts/slideLayout[0-9]+\.xml$',
             r'^(?:word|ppt|xl)/tableStyles\.xml$',