Skip to content

Commit

Permalink
Merge pull request #85 from jmaister/fix-update-deps
Browse files Browse the repository at this point in the history
Fix update deps
  • Loading branch information
jmaister authored Sep 20, 2018
2 parents b14cae8 + 0a6203e commit a06c4b4
Show file tree
Hide file tree
Showing 5 changed files with 8,984 additions and 5,335 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ Check my blog page for testing:

# Revision history:

### 3.1.0 (in progress)
### 3.2.0

* Update npm dependencies to fix vulnerabilities

### 3.1.0

* Fix old API for base64 and escaping problem.

Expand Down
15 changes: 2 additions & 13 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.1.0";
const version = "3.2.0";
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 a06c4b4

Please sign in to comment.