Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nick Matvyeyev
xlsx
Commits
3f584b7a
Commit
3f584b7a
authored
Jun 05, 2018
by
Nick Matvyeyev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2018-6-5 16:38:49 KO11-118383
parent
41a35f43
Pipeline
#350
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
xlsx.lisp
xlsx.lisp
+1
-1
No files found.
xlsx.lisp
View file @
3f584b7a
...
...
@@ -16,7 +16,7 @@
(
defun
get-unique-strings
(
zip
)
(
loop
for
str
in
(
xmls:xmlrep-find-child-tags
:si
(
get-entry
"xl/sharedStrings.xml"
zip
))
for
x
=
(
xmls:xmlrep-find-child-tag
:t
str
)
for
x
=
(
xmls:xmlrep-find-child-tag
:t
str
nil
)
collect
(
xmls:xmlrep-string-child
x
nil
)))
(
defun
get-number-formats
(
zip
)
...
...
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