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
bf0c777c
Commit
bf0c777c
authored
May 20, 2021
by
jvoisin
Browse files
Improve support for xlsx files
parent
682552d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
libmat2/office.py
View file @
bf0c777c
...
...
@@ -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\]/'
,
...
...
jvoisin
@jvoisin
mentioned in issue
#153 (closed)
·
May 20, 2021
mentioned in issue
#153 (closed)
mentioned in issue #153
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