Skip to content
Snippets Groups Projects
Commit 51b090c5 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

CSV: Default to the german default list separator

Maybe we can find a way to auto detect this, but for now default to german
parent 09b21d52
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,8 @@ class DataTableView extends LitElement { ...@@ -103,7 +103,8 @@ class DataTableView extends LitElement {
filename: this.exportName, filename: this.exportName,
className: 'button is-small', className: 'button is-small',
charset: 'UTF-8', charset: 'UTF-8',
bom: true bom: true,
fieldSeparator: ';'
}, },
{ {
extend: 'excelHtml5', extend: 'excelHtml5',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment