Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/paulhodel/jexcel.git
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhodel authored and paulhodel committed Aug 1, 2019
2 parents ebca987 + e2d2ada commit 7373650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/jexcel.js
Original file line number Diff line number Diff line change
Expand Up @@ -4872,7 +4872,7 @@ var jexcel = (function(el, options) {
// Data
var data = '';
if (includeHeaders == true) {
data += obj.getHeaders();
data += obj.getHeaders().concat('\n');
}
// Get data
data += obj.copy(false, ',', true);
Expand Down

0 comments on commit 7373650

Please sign in to comment.