Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,8 @@ public WebEntity export(final SpreadsheetCellRange cells,
.toString()
.replace(SpreadsheetSelection.SEPARATOR.character(), '-') + // make a helper that gives safe WebEntityFileName
FileExtension.SEPARATOR +
valueKind.fileExtension() +
FileExtension.SEPARATOR +
SpreadsheetFileExtensions.JSON
valueKind.fileExtension()
.append(SpreadsheetFileExtensions.JSON)
)
)
);
Expand Down
Loading