sheetjs/tests/MixedSpec.js
2013-10-10 02:53:15 -04:00

8 lines
163 B
JavaScript

var XLSX = require('../');
var testCommon = require('./Common.js');
var file = 'mixed_sheets.xlsx';
describe(file, function () {
testCommon(file);
});