1
0
Fork 0

Improve support for xlsx files

This commit is contained in:
jvoisin 2021-05-20 18:16:28 +02:00
parent 682552d152
commit bf0c777cb9
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ class MSOfficeParser(ZipParser):
# TODO: check if p:bgRef can be randomized
r'^ppt/slideMasters/slideMaster[0-9]+\.xml',
r'^ppt/slideMasters/_rels/slideMaster[0-9]+\.xml\.rels',
r'^xl/worksheets/_rels/sheet[0-9]+\.xml\.rels',
}))
self.files_to_omit = set(map(re.compile, { # type: ignore
r'^\[trash\]/',