From 3649c020414b44f6abf6e37f0e5fcf506c895c4b Mon Sep 17 00:00:00 2001 From: SheetJS Date: Mon, 16 Oct 2017 20:36:51 -0400 Subject: [PATCH] updating to 0.11.6 --- .gitignore | 10 + ajax.html | 5 +- tests/core.js | 802 ++++++++++++++++++++------------------------ tests/fixtures.js | 7 +- xlsx.core.min.js | 28 +- xlsx.full.min.js | 25 +- xlsx.js | 836 +++++++++++++++++++++++++++++----------------- xlsxworker.js | 10 +- 8 files changed, 940 insertions(+), 783 deletions(-) diff --git a/.gitignore b/.gitignore index 516229e..5904012 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,12 @@ node_modules +package-lock.json +*.tgz test_files/ +_book/ +misc/coverage.html +misc/prof.js +v8.log +tmp *.[tT][xX][tT] *.[cC][sS][vV] *.[dD][iIbB][fF] @@ -14,6 +21,9 @@ test_files/ *.[uU][oO][sS] *.[wW][kKqQbB][S1234567890] *.[qQ][pP][wW] +*.[bB][iI][fF][fF][23458] +*.[rR][tT][fF] *.123 *.sheetjs *.exe +*.img diff --git a/ajax.html b/ajax.html index 8781c59..c4c7689 100644 --- a/ajax.html +++ b/ajax.html @@ -20,12 +20,9 @@ a { text-decoration: none }

 
- - - - +