forked from sheetjs/sheetjs
SheetJS
dc2d391fbc
- 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)
6 lines
135 B
JavaScript
6 lines
135 B
JavaScript
/* xlsx.js (C) 2013-2014 SheetJS -- http://sheetjs.com */
|
|
/* vim: set ts=2: */
|
|
/*jshint eqnull:true */
|
|
var XLSX = {};
|
|
(function(XLSX){
|