1
0
Fork 0

Fix a regexp for xsls files

This should increase a bit the compability with Excel files
This commit is contained in:
jvoisin 2020-11-06 15:26:30 +01:00
parent 46b3ae1672
commit 96e639dfd3
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ class MSOfficeParser(ZipParser):
r'^(?:word|ppt|xl)/styles\.xml$',
# TODO: randomize axId ( https://docs.microsoft.com/en-us/openspecs/office_standards/ms-oi29500/089f849f-fcd6-4fa0-a281-35aa6a432a16 )
r'^(?:word|ppt|xl)/charts/chart[0-9]*\.xml$',
r'^xl//workbook.xml$',
r'^xl//worksheets/sheet[0-9]+.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$',