summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libmat2/office.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmat2/office.py b/libmat2/office.py
index fe2f189..0298e38 100644
--- a/libmat2/office.py
+++ b/libmat2/office.py
@@ -90,6 +90,9 @@ class MSOfficeParser(ZipParser):
90 r'^(?:word|ppt|xl)/_rels/document\.xml\.rels$', 90 r'^(?:word|ppt|xl)/_rels/document\.xml\.rels$',
91 r'^(?:word|ppt|xl)/_rels/footer[0-9]*\.xml\.rels$', 91 r'^(?:word|ppt|xl)/_rels/footer[0-9]*\.xml\.rels$',
92 r'^(?:word|ppt|xl)/_rels/header[0-9]*\.xml\.rels$', 92 r'^(?:word|ppt|xl)/_rels/header[0-9]*\.xml\.rels$',
93 r'^(?:word|ppt|xl)/styles.xml$',
94 r'^xl//workbook.xml$',
95 r'^xl//worksheets/sheet[0-9]+.xml$',
93 r'^ppt/slideLayouts/_rels/slideLayout[0-9]+\.xml\.rels$', 96 r'^ppt/slideLayouts/_rels/slideLayout[0-9]+\.xml\.rels$',
94 r'^ppt/slideLayouts/slideLayout[0-9]+\.xml$', 97 r'^ppt/slideLayouts/slideLayout[0-9]+\.xml$',
95 r'^(?:word|ppt|xl)/tableStyles\.xml$', 98 r'^(?:word|ppt|xl)/tableStyles\.xml$',