summaryrefslogtreecommitdiff
path: root/libmat2/office.py
diff options
context:
space:
mode:
authorjvoisin2020-04-06 20:47:32 +0200
committerjvoisin2020-04-06 20:47:32 +0200
commitc8dc020dc5bedc9b954441d5c250fbbce58b4664 (patch)
treec397b349029c4b9918216e0e129c762cca46b3dc /libmat2/office.py
parent599909a7606a3109d51f9ec07a8aa40ae704c496 (diff)
Improve xlsx support
Diffstat (limited to '')
-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$',