Skip to content

Commit

Permalink
Merge pull request #87 from jmaister/fix-update-deps-3
Browse files Browse the repository at this point in the history
Fix update deps 3
  • Loading branch information
jmaister authored Feb 7, 2019
2 parents be7ed73 + 7da8e1d commit aacd543
Show file tree
Hide file tree
Showing 5 changed files with 927 additions and 1,818 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Check my blog page for testing:

# Revision history:

### 3.2.1

* Update npm dependencies to fix vulnerabilities

### 3.2.0

* Update npm dependencies to fix vulnerabilities
Expand Down
4 changes: 2 additions & 2 deletions dist/excellentexport.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion excellentexport.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const ExcellentExport = function() {
});
};

const version = "3.2.0";
const version = "3.2.1";
const template = {excel: '<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40"><head><meta name=ProgId content=Excel.Sheet> <meta name=Generator content="Microsoft Excel 11"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><!--[if gte mso 9]><xml><x:ExcelWorkbook><x:ExcelWorksheets><x:ExcelWorksheet><x:Name>{worksheet}</x:Name><x:WorksheetOptions><x:DisplayGridlines/></x:WorksheetOptions></x:ExcelWorksheet></x:ExcelWorksheets></x:ExcelWorkbook></xml><![endif]--></head><body><table>{table}</table></body></html>'};
let csvDelimiter = ",";
let csvNewLine = "\r\n";
Expand Down
Loading

0 comments on commit aacd543

Please sign in to comment.