1
0
Fork 0

Improve xlsx support

This commit is contained in:
jvoisin 2020-04-06 20:47:32 +02:00
parent 599909a760
commit c8dc020dc5
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@ class MSOfficeParser(ZipParser):
r'^(?:word|ppt|xl)/_rels/document\.xml\.rels$',
r'^(?:word|ppt|xl)/_rels/footer[0-9]*\.xml\.rels$',
r'^(?:word|ppt|xl)/_rels/header[0-9]*\.xml\.rels$',
r'^(?:word|ppt|xl)/styles.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$',