Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DDA
dda-wizard
Commits
71618e0f
Commit
71618e0f
authored
May 18, 2022
by
Fischer, Tim
Browse files
DUMMY
parent
5c967083
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gesis/dda/publishing/domain/impl/SmartExcelSheetBundlesSetSource.java
View file @
71618e0f
...
...
@@ -32,7 +32,7 @@ public class SmartExcelSheetBundlesSetSource implements BundlesSetSource {
sheetType
=
sheetName
.
substring
(
sheetName
.
indexOf
(
";"
)+
1
);
this
.
reference
=
sheetName
.
substring
(
0
,
sheetName
.
indexOf
(
";"
))
+
"-"
+
UUID
.
randomUUID
().
toString
()
+
"@@"
+
sheetType
;
}
else
{
this
.
reference
=
"excel-"
+
UUID
.
randomUUID
().
toString
()
+
"@@"
+
sheetName
;
this
.
reference
=
"excel-"
+
UUID
.
randomUUID
().
toString
()
+
"@@"
+
sheetName
;
}
switch
(
sheetType
)
{
...
...
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