Commit f2ee7049 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix num format in calculation

parent c5e360b5
......@@ -440,7 +440,7 @@ var c_sPerDay = 86400;
var c_msPerDay = c_sPerDay * 1000;
var rx_sFuncPref = /_xlfn\./i;
var c_numFormatFirstCell = -1;
var c_numFormatNone = -1;
var c_numFormatNone = -2;
Date.prototype.excelNullDate1900 = Date.UTC( 1899, 11, 30, 0, 0, 0 );
Date.prototype.excelNullDate1904 = Date.UTC( 1904, 0, 1, 0, 0, 0 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment