- no pollution of the Array prototype - alignment with js-xls CFB code - removed main code in CFB (use cfb bin instead) - more tests - added dist - correect for incorrect tree level pointers
8 lines
212 B
JavaScript
8 lines
212 B
JavaScript
if(typeof require !== 'undefined' && typeof exports !== 'undefined') {
|
|
var fs = require('fs');
|
|
exports.read = CFB.read;
|
|
exports.parse = CFB.parse;
|
|
exports.utils = CFB_utils;
|
|
exports.version = CFB.version;
|
|
}
|