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);_($* "-"_);_(@_)']
};
});
|