Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jvoisin
mat2
Commits
96e639df
Commit
96e639df
authored
Nov 06, 2020
by
jvoisin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a regexp for xsls files
This should increase a bit the compability with Excel files
parent
46b3ae16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libmat2/office.py
libmat2/office.py
+2
-2
No files found.
libmat2/office.py
View file @
96e639df
...
...
@@ -93,8 +93,8 @@ class MSOfficeParser(ZipParser):
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
'^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$'
,
...
...
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