Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/button/excelHtml5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
</option>

<option type="boolean" name="autoFilter" default="false" since="1.5.4">
Enable Excel's auto filter feature for the header cells in the table allowing the user to quickly filter and sort the exported spreadsheet in Excel. Note that this does not operate in LibreOffice (although the spreadsheet is still readable).
Enable Excel's auto filter feature for the header cells in the table allowing the user to quickly filter and sort the exported spreadsheet in Excel.
</option>


Expand Down
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