xiejun
2023-08-24 b28da4c353e50fc2491c733889fef5f79e5926f2
1
2
3
4
5
6
7
8
var XLSX = require('../');
var testCommon = require('./Common.js');
 
var file = 'named_ranges_2011.xlsx';
 
describe(file, function () {
    testCommon(file);
});