This website requires JavaScript.
Explore
Help
Main Repo
Docs
CDN
SheetJS
Register
Sign In
lionel-rowe
/
sheetjs
Watch
1
Fork
0
You've already forked sheetjs
forked from
sheetjs/sheetjs
Code
Pull Requests
Activity
c2873831ca
sheetjs
/
bits
/
99_footer.js
3 lines
69 B
JavaScript
Raw
Normal View
History
Unescape
Escape
version bump 0.6.0: avoid globals - all utilities are now wrapped in XLSX object - codepage handling (h/t @xch89820) - formula tag attributes (h/t @shaunthomas999) - hyperlink support (h/t @sysarchitect, fixes #55) - coverage test spinner (to prevent travis timeouts)
2014-04-15 09:04:03 +00:00
}
)
(
typeof
exports
!==
'undefined'
?
exports
:
XLSX
)
;
version bump 0.8.0: unification with js-xls 0.7.5
2015-04-02 20:32:22 +00:00
var
XLS
=
XLSX
;
Copy Permalink