forked from sheetjs/sheetjs
SheetJS
7e9f218f0f
- cellHTML controls HTML generation - cellFormula controls formula output - sheetStubs now defaults to false - cleaned up unnecessary CSV quotes (fixed #45) - updated test_files to 20140211 - updated SSF to 0.5.7 - removed unused main function - removed some dead code
8 lines
198 B
JavaScript
8 lines
198 B
JavaScript
|
|
if(typeof require !== 'undefined' && typeof exports !== 'undefined') {
|
|
exports.read = XLSX.read;
|
|
exports.readFile = XLSX.readFile;
|
|
exports.utils = XLSX.utils;
|
|
exports.version = XLSX.version;
|
|
}
|