Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jvoisin
mat2
Commits
d8b68ef6
Commit
d8b68ef6
authored
May 17, 2020
by
jvoisin
Browse files
Improve a bit Microsoft word support
parent
c8dc020d
Changes
1
Hide whitespace changes
Inline
Side-by-side
libmat2/office.py
View file @
d8b68ef6
...
...
@@ -90,7 +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
'^(?: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
'^ppt/slideLayouts/_rels/slideLayout[0-9]+\.xml\.rels$'
,
...
...
jvoisin
@jvoisin
mentioned in issue
#139 (closed)
·
May 17, 2020
mentioned in issue
#139 (closed)
mentioned in issue #139
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment