diff options
Diffstat (limited to 'libmat2')
| -rw-r--r-- | libmat2/office.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmat2/office.py b/libmat2/office.py index 3a06624..1ef29c5 100644 --- a/libmat2/office.py +++ b/libmat2/office.py | |||
| @@ -93,8 +93,8 @@ class MSOfficeParser(ZipParser): | |||
| 93 | r'^(?:word|ppt|xl)/styles\.xml$', | 93 | r'^(?:word|ppt|xl)/styles\.xml$', |
| 94 | # TODO: randomize axId ( https://docs.microsoft.com/en-us/openspecs/office_standards/ms-oi29500/089f849f-fcd6-4fa0-a281-35aa6a432a16 ) | 94 | # TODO: randomize axId ( https://docs.microsoft.com/en-us/openspecs/office_standards/ms-oi29500/089f849f-fcd6-4fa0-a281-35aa6a432a16 ) |
| 95 | r'^(?:word|ppt|xl)/charts/chart[0-9]*\.xml$', | 95 | r'^(?:word|ppt|xl)/charts/chart[0-9]*\.xml$', |
| 96 | r'^xl//workbook.xml$', | 96 | r'^xl/workbook\.xml$', |
| 97 | r'^xl//worksheets/sheet[0-9]+.xml$', | 97 | r'^xl/worksheets/sheet[0-9]+\.xml$', |
| 98 | r'^ppt/slideLayouts/_rels/slideLayout[0-9]+\.xml\.rels$', | 98 | r'^ppt/slideLayouts/_rels/slideLayout[0-9]+\.xml\.rels$', |
| 99 | r'^ppt/slideLayouts/slideLayout[0-9]+\.xml$', | 99 | r'^ppt/slideLayouts/slideLayout[0-9]+\.xml$', |
| 100 | r'^(?:word|ppt|xl)/tableStyles\.xml$', | 100 | r'^(?:word|ppt|xl)/tableStyles\.xml$', |
