dangsn
2023-08-24 260d5e5294da879f7fcf7f93e7379f8b990a0ce7
1
2
3
4
5
6
7
8
var XLSX = require('../');
var testCommon = require('./Common.js');
 
var file = 'חישוב_נקודות_זיכוי.xlsx';
 
describe(file, function () {
    testCommon(file);
});