diff options
| author | jvoisin | 2020-04-06 20:47:32 +0200 |
|---|---|---|
| committer | jvoisin | 2020-04-06 20:47:32 +0200 |
| commit | c8dc020dc5bedc9b954441d5c250fbbce58b4664 (patch) | |
| tree | c397b349029c4b9918216e0e129c762cca46b3dc | |
| parent | 599909a7606a3109d51f9ec07a8aa40ae704c496 (diff) | |
Improve xlsx support
Diffstat (limited to '')
| -rw-r--r-- | libmat2/office.py | 3 |
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$', |
