Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

Commit

Permalink
remove "xls" from arabic example
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed May 30, 2017
1 parent e1af552 commit 83c5fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/arabic-language.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1>Arabic</h1>

var ArabicTable = document.getElementById('arabic-table');
TableExport(ArabicTable, {
formats: ['xlsx', 'xls']
formats: ['xlsx']
});

</script>
Expand Down

0 comments on commit 83c5fa6

Please sign in to comment.