all files / workbook/common/ constant.js

100% Statements 5/5
100% Branches 0/0
100% Functions 1/1
100% Lines 5/5
1 2 3 4 5 6 7 8 9 10 11 12 13 14                  
define(["require", "exports"], function (require, exports) {
    "use strict";
    Object.defineProperty(exports, "__esModule", { value: true });
    exports.workbookLocale = 'spreadsheetLocale';
    exports.localeData = {
        SortOutOfRangeError: 'Select a cell or range inside the used range and try again.'
    };
    exports.currencyFormat = {
        currency: ['$#,##0.00', '$#,##0', '$#,##0_);[Red]($#,##0)', '$#,##0.00_);($#,##0.00)', '$#,##0_);($#,##0)',
            '$#,##0.00_);[Red]($#,##0.00)'], accounting: ['_($* #,##0.00_);_($* (#,##0.00);_($* "-"??_);_(@_)',
            '_($* #,##0_);_($* (#,##0);_($* "-"_);_(@_)']
    };
});