Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
mat2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jvoisin
mat2
Commits
d8b68ef6
Commit
d8b68ef6
authored
May 17, 2020
by
jvoisin
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve a bit Microsoft word support
parent
c8dc020d
Pipeline
#40841
passed with stages
in 8 minutes and 46 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
libmat2/office.py
libmat2/office.py
+3
-1
No files found.
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
Markdown
is supported
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