mirror of
https://github.com/SheetJS/sheetjs.git
synced 2026-01-25 14:27:10 +00:00
5 lines
150 B
JavaScript
5 lines
150 B
JavaScript
/* xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */
|
|
var XLSX = require('./xlsx.core.min');
|
|
console.log("it works!");
|
|
module.exports = XLSX;
|