Compare commits
3 Commits
QLIK-95802
...
0.58.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f7e780b92e | ||
|
|
d7a76c7db9 | ||
|
|
e26d5fded8 |
@@ -83,7 +83,7 @@ function buildTableHTML (id, title, subtitle, footnote) {
|
||||
|
||||
function downloadXLS (html) {
|
||||
const filename = 'analysis.xls';
|
||||
const blobObject = new Blob([html]);
|
||||
const blobObject = new Blob([html], { type: 'application/vnd.ms-excel' });
|
||||
|
||||
// IE/Edge
|
||||
if (window.navigator.msSaveOrOpenBlob) {
|
||||
|
||||
Reference in New Issue
Block a user