2016-12-31 08:20:45 +00:00
|
|
|
/* xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */
|
2013-03-31 22:56:45 +00:00
|
|
|
/* vim: set ts=2: */
|
2014-06-29 18:29:45 +00:00
|
|
|
/*jshint -W041 */
|
2017-05-13 18:21:22 +00:00
|
|
|
/*jshint funcscope:true, eqnull:true, loopfunc:true */
|
2017-03-10 01:09:18 +00:00
|
|
|
/*exported XLSX */
|
2017-05-13 18:21:22 +00:00
|
|
|
/*global global, exports, module, require:false, process:false, Buffer:false */
|
2014-04-15 09:04:03 +00:00
|
|
|
var XLSX = {};
|
2015-04-02 20:32:22 +00:00
|
|
|
(function make_xlsx(XLSX){
|