Commit f2fd99ea authored by konovalovsergey's avatar konovalovsergey

change asc_getFormatCells without params

parent 46c33645
......@@ -337,11 +337,11 @@ var editor;
} else {
res.push(AscCommon.g_cGeneralFormat);
res.push('0.00');
res.push(AscCommon.getCurrencyFormatSimple2(cultureInfo, 2, currency, false));
res.push('0.00E+00');
res.push(AscCommon.getCurrencyFormat(cultureInfo, 2, currency, true));
res.push(AscCommon.getCurrencyFormatSimple2(cultureInfo, 2, currency, false));
res.push(AscCommon.getShortDateFormat(cultureInfo));
//todo F800 F400
res.push('[$-F800]dddd, mmmm dd, yyyy');
//todo F400
res.push('[$-F400]h:mm:ss AM/PM');
res.push('0.00%');
res.push('# ?/?');
......
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