Skip to content

Commit

Permalink
Fix: Excel AutoFilter range format was incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Mar 27, 2024
1 parent cfffd42 commit fa7ca9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/buttons.html5.js
Original file line number Diff line number Diff line change
Expand Up @@ -1348,8 +1348,9 @@ DataTable.ext.buttons.excelHtml5 = {
_sheetname(config) +
'!$A$' +
dataStartRow +
':' +
':$' +
createCellPos(data.header.length - 1) +
'$' +
dataEndRow
})
);
Expand Down

0 comments on commit fa7ca9b

Please sign in to comment.