We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee48d70 commit d0e40ebCopy full SHA for d0e40eb
src/features/exporter/js/exporter.js
@@ -931,7 +931,7 @@
931
document.body.appendChild(frame);
932
933
frame.contentWindow.document.open('text/html', 'replace');
934
- frame.contentWindow.document.write('sep=,' + columnSeparator + '\r\n' + csvContent);
+ frame.contentWindow.document.write('sep=' + columnSeparator + '\r\n' + csvContent);
935
frame.contentWindow.document.close();
936
frame.contentWindow.focus();
937
frame.contentWindow.document.execCommand('SaveAs', true, fileName);
0 commit comments