Skip to content
GitLab
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
62a45c29
Commit
62a45c29
authored
Dec 25, 2022
by
jvoisin
Browse files
Improve xlsx support
parent
6479d869
Pipeline
#121471
passed with stages
in 1 minute and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
libmat2/office.py
View file @
62a45c29
...
...
@@ -88,6 +88,10 @@ 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)/charts/_rels/chart[0-9]+\.xml\.rels$'
,
r
'^(?:word|ppt|xl)/charts/colors[0-9]+\.xml$'
,
r
'^(?:word|ppt|xl)/charts/style[0-9]+\.xml$'
,
r
'^(?:word|ppt|xl)/drawings/_rels/drawing[0-9]+\.xml\.rels$'
,
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$'
,
...
...
jvoisin
@jvoisin
mentioned in issue
#180 (closed)
·
Dec 25, 2022
mentioned in issue
#180 (closed)
mentioned in issue #180
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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