Skip to content

Commit fa7ca9b

Browse files
committed
Fix: Excel AutoFilter range format was incorrect
1 parent cfffd42 commit fa7ca9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/buttons.html5.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,8 +1348,9 @@ DataTable.ext.buttons.excelHtml5 = {
13481348
_sheetname(config) +
13491349
'!$A$' +
13501350
dataStartRow +
1351-
':' +
1351+
':$' +
13521352
createCellPos(data.header.length - 1) +
1353+
'$' +
13531354
dataEndRow
13541355
})
13551356
);

0 commit comments

Comments
 (0)