[author] Add xls 0.6.4

xls.js grabbed from tag v0.6.4:
https://github.com/SheetJS/js-xls/blob/v0.6.4/xls.js

Minified version generated using uglifyjs 2.4.12:
$ uglifyjs xls.js > xls.min.js
This commit is contained in:
SheetJS
2014-01-31 08:49:48 -05:00
parent 7732aa109a
commit 4b71e67114
3 changed files with 5186 additions and 0 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+15
View File
@@ -0,0 +1,15 @@
{
"name": "xls",
"filename": "xls.js",
"version": "0.6.4",
"description": "Javascript XLS (Excel 97-2004) parser",
"homepage": "https://github.com/SheetJS/js-xls",
"keywords": ["excel", "spreadsheet", "xls", "parser"],
"author": "SheetJS",
"repositories": [
{
"type": "git",
"url": "https://github.com/SheetJS/js-xls.git"
}
]
}