sheetjs/tests/FormulaSpec.js

9 lines
209 B
JavaScript
Raw Normal View History

2013-05-18 00:12:10 +00:00
var XLSX = require('../');
var testCommon = require('./Common.js');
var file = 'formula_stress_test.xlsx';
describe(file, function () {
// Opening the file currently crashes node
//testCommon(file);
});