@univerjs/sheets-formula 0.2.14 → 0.3.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +3 -3
- package/lib/es/index.js +672 -375
- package/lib/locale/en-US.json +485 -333
- package/lib/locale/ru-RU.json +484 -332
- package/lib/locale/vi-VN.json +716 -208
- package/lib/locale/zh-CN.json +487 -335
- package/lib/locale/zh-TW.json +487 -335
- package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +1 -1
- package/lib/types/controllers/formula-alert-render.controller.d.ts +5 -2
- package/lib/types/controllers/prompt.controller.d.ts +2 -1
- package/lib/types/controllers/update-formula.controller.d.ts +1 -1
- package/lib/types/index.d.ts +1 -1
- package/lib/types/locale/en-US.d.ts +265 -113
- package/lib/types/locale/function-list/compatibility/en-US.d.ts +96 -40
- package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +96 -40
- package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +96 -40
- package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +96 -40
- package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +96 -40
- package/lib/types/locale/function-list/statistical/en-US.d.ts +161 -69
- package/lib/types/locale/function-list/statistical/ja-JP.d.ts +161 -69
- package/lib/types/locale/function-list/statistical/vi-VN.d.ts +442 -26
- package/lib/types/locale/function-list/statistical/zh-CN.d.ts +161 -69
- package/lib/types/locale/function-list/statistical/zh-TW.d.ts +161 -69
- package/lib/types/locale/function-list/text/en-US.d.ts +8 -4
- package/lib/types/locale/function-list/text/ja-JP.d.ts +8 -4
- package/lib/types/locale/function-list/text/ru-RU.d.ts +8 -4
- package/lib/types/locale/function-list/text/zh-CN.d.ts +8 -4
- package/lib/types/locale/function-list/text/zh-TW.d.ts +8 -4
- package/lib/types/locale/ru-RU.d.ts +265 -113
- package/lib/types/locale/vi-VN.d.ts +538 -66
- package/lib/types/locale/zh-CN.d.ts +265 -113
- package/lib/types/locale/zh-TW.d.ts +265 -113
- package/lib/umd/index.js +3 -3
- package/package.json +26 -29
package/lib/es/index.js
CHANGED
|
@@ -2,18 +2,18 @@ var __defProp = Object.defineProperty;
|
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: !0, configurable: !0, writable: !0, value }) : obj[key] = value;
|
|
3
3
|
var __name = (target, value) => __defProp(target, "name", { value, configurable: !0 });
|
|
4
4
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key != "symbol" ? key + "" : key, value);
|
|
5
|
-
import {
|
|
5
|
+
import { OnLifecycle, LifecycleStages, Inject, Disposable, ObjectMatrix, Dimension, IUniverInstanceService, ThemeService, InterceptorEffectEnum, CellValueType, ICommandService, isFormulaString, isFormulaId, Tools, Direction, Injector, UniverInstanceType, DEFAULT_EMPTY_DOCUMENT_VALUE, ILogService, toDisposable, ColorKit, Rectangle, CommandType, createIdentifier, IContextService, isRealNum, getCellValueType, useDependency, LocaleService, useInjector, IConfigService, FOCUSING_DOC, FOCUSING_UNIVER_EDITOR, FOCUSING_UNIVER_EDITOR_STANDALONE_SINGLE_MODE, connectInjector, throttle, cellToRange, isInternalEditorID, RANGE_TYPE, Optional, DisposableCollection, isICellData, RxDisposable, FORMULA_EDITOR_ACTIVATED, FOCUSING_EDITOR_INPUT_FORMULA, AbsoluteRefType, DOCS_FORMULA_BAR_EDITOR_UNIT_ID_KEY, DOCS_NORMAL_EDITOR_UNIT_ID_KEY, DependentOn, Plugin } from "@univerjs/core";
|
|
6
6
|
import { IRPCChannelService, fromModule, toModule } from "@univerjs/rpc";
|
|
7
|
-
import { SetDefinedNameMutation, RemoveDefinedNameMutation,
|
|
7
|
+
import { FormulaDataModel, SetDefinedNameMutation, RemoveDefinedNameMutation, IActiveDirtyManagerService, IDefinedNamesService, SetArrayFormulaDataMutation, stripErrorMargin, LexerTreeBuilder, SetFormulaCalculationResultMutation, ErrorType, sequenceNodeType, serializeRange, FUNCTION_NAMES_COMPATIBILITY, FunctionType, FUNCTION_NAMES_CUBE, FUNCTION_NAMES_DATABASE, FUNCTION_NAMES_DATE, FUNCTION_NAMES_ENGINEERING, FUNCTION_NAMES_FINANCIAL, FUNCTION_NAMES_INFORMATION, FUNCTION_NAMES_LOGICAL, FUNCTION_NAMES_LOOKUP, FUNCTION_NAMES_MATH, FUNCTION_NAMES_STATISTICAL, FUNCTION_NAMES_TEXT, FUNCTION_NAMES_WEB, isReferenceStrings, functionArray, functionCompatibility, functionCube, functionDatabase, functionDate, functionEngineering, functionFinancial, functionInformation, functionLogical, functionLookup, functionMath, functionMeta, functionStatistical, functionText, functionUniver, functionWeb, IFunctionService, ERROR_TYPE_SET, SetFormulaCalculationStartMutation, SetFormulaCalculationStopMutation, SetFormulaCalculationNotificationMutation, FormulaExecuteStageType, FormulaExecutedStateType, SetFormulaDataMutation, initSheetFormulaData, deserializeRangeWithSheet, serializeRangeToRefString, generateStringWithSequence, CustomFunction, serializeRangeWithSpreadsheet, serializeRangeWithSheet, SetOtherFormulaMutation, RemoveOtherFormulaMutation, matchRefDrawToken, matchToken, compareToken, normalizeSheetName, getAbsoluteRefTypeWitString, UniverFormulaEnginePlugin } from "@univerjs/engine-formula";
|
|
8
8
|
import { IRenderManagerService, DeviceInputEventType, ScrollTimerType, SHEET_VIEWPORT_KEY, Vector2 } from "@univerjs/engine-render";
|
|
9
|
-
import { SetRangeValuesMutation, SetStyleCommand, MoveRangeMutation, MoveRowsMutation, MoveColsMutation, ReorderRangeMutation, RemoveRowMutation, RemoveColMutation, RemoveSheetMutation, InsertSheetMutation, SetDefinedNameCommand,
|
|
10
|
-
import { DATA_TYPE, APPLY_TYPE, IAutoFillService, PREDEFINED_HOOK_NAME, COPY_TYPE, ISheetClipboardService,
|
|
11
|
-
import {
|
|
9
|
+
import { SetRangeValuesMutation, SetStyleCommand, MoveRangeMutation, MoveRowsMutation, MoveColsMutation, ReorderRangeMutation, RemoveRowMutation, RemoveColMutation, RemoveSheetMutation, InsertSheetMutation, SetDefinedNameCommand, SheetInterceptorService, INTERCEPTOR_POINT, SetRangeValuesUndoMutationFactory, SetWorksheetRowHeightMutation, SetWorksheetColWidthMutation, SetColHiddenMutation, SetColVisibleMutation, SetRowHiddenMutation, SetRowVisibleMutation, SetWorksheetRowAutoHeightMutation, SetRangeValuesCommand, SheetsSelectionsService, getSheetCommandTarget, getCellAtRowCol, SetSelectionsOperation, WorkbookEditablePermission, WorksheetEditPermission, WorksheetSetCellValuePermission, RangeProtectionPermissionEditPoint, INumfmtService, SetBorderCommand, ClearSelectionFormatCommand, handleMoveRange, EffectRefRangId, runRefRangeMutations, handleMoveRows, handleMoveCols, handleInsertRow, handleInsertCol, handleIRemoveRow, handleIRemoveCol, handleDeleteRangeMoveLeft, handleDeleteRangeMoveUp, handleInsertRangeMoveDown, handleInsertRangeMoveRight, RemoveSheetCommand, SetWorksheetNameCommand, DeleteRangeMoveLeftCommand, DeleteRangeMoveUpCommand, RemoveColCommand, RemoveRowCommand, InsertRangeMoveDownCommand, InsertRangeMoveRightCommand, InsertColCommand, InsertRowCommand, MoveColsCommand, MoveRowsCommand, MoveRangeCommand, SetWorksheetActiveOperation, InsertDefinedNameCommand, RemoveDefinedNameCommand, RefRangeService, handleDefaultRangeChangeWithEffectRefCommands, IRefSelectionsService, SelectionMoveType, convertSelectionDataToRange, getNormalSelectionStyle, DISABLE_NORMAL_SELECTIONS, setEndForRange, getPrimaryForRange, RefSelectionsService } from "@univerjs/sheets";
|
|
10
|
+
import { DATA_TYPE, APPLY_TYPE, IAutoFillService, PREDEFINED_HOOK_NAME, COPY_TYPE, ISheetClipboardService, IEditorBridgeService, SheetSkeletonManagerService, ISheetSelectionRenderService, SelectionShape, SELECTION_SHAPE_DEPTH, SheetPasteCommand, useActiveWorkbook, whenFormulaEditorActivated, getCurrentRangeDisable$, PASTE_SPECIAL_MENU_ID, HoverManagerService, CellAlertManagerService, CellAlertType, BaseSelectionRenderService, getCoordByOffset, checkInHeaderRanges, getAllSelection, attachSelectionWithCoord, getSheetObject, getEditorObject, MoveSelectionCommand, JumpOver, ExpandSelectionCommand } from "@univerjs/sheets-ui";
|
|
11
|
+
import { ISidebarService, ILayoutService, KeyCode, MetaKeys, MenuItemType, getMenuHiddenObservable, IClipboardInterfaceService, RibbonStartGroup, ComponentManager, BuiltInUIPart, IMenuManagerService, IShortcutService, IUIPartsService, IProgressService, IZenZoneService, UNI_DISABLE_CHANGING_FOCUS_KEY, SetEditorResizeOperation, IContextMenuService } from "@univerjs/ui";
|
|
12
12
|
import { Subject, throttleTime, combineLatestWith, map, switchMap, of, Observable, merge, filter, bufferTime, distinctUntilKeyChanged, distinctUntilChanged } from "rxjs";
|
|
13
|
+
import { IEditorService, DocSelectionRenderService, ReplaceContentCommand, MoveCursorOperation } from "@univerjs/docs-ui";
|
|
13
14
|
import require$$0, { forwardRef, useRef, createElement, useEffect, useState } from "react";
|
|
14
15
|
import { Popup, Select, Input, Button } from "@univerjs/design";
|
|
15
|
-
import {
|
|
16
|
-
import { DocSelectionRenderService, ReplaceContentCommand, MoveCursorOperation } from "@univerjs/docs-ui";
|
|
16
|
+
import { DocSelectionManagerService, DocSkeletonManagerService } from "@univerjs/docs";
|
|
17
17
|
const FORMULA_UI_PLUGIN_NAME = "SHEET_FORMULA_UI_PLUGIN";
|
|
18
18
|
var __defProp$j = Object.defineProperty, __getOwnPropDesc$j = Object.getOwnPropertyDescriptor, __decorateClass$j = /* @__PURE__ */ __name((decorators, target, key, kind) => {
|
|
19
19
|
for (var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$j(target, key) : target, i = decorators.length - 1, decorator; i >= 0; i--)
|
|
@@ -274,6 +274,7 @@ let ArrayFormulaDisplayController = (_a2 = class extends Disposable {
|
|
|
274
274
|
this.disposeWithMe(
|
|
275
275
|
this._sheetInterceptorService.intercept(INTERCEPTOR_POINT.CELL_CONTENT, {
|
|
276
276
|
priority: 100,
|
|
277
|
+
effect: InterceptorEffectEnum.Value,
|
|
277
278
|
handler: /* @__PURE__ */ __name((cell, location, next) => {
|
|
278
279
|
var _a23, _b, _c;
|
|
279
280
|
const { unitId, subUnitId, row, col } = location, arrayFormulaCellData = this._formulaDataModel.getArrayFormulaCellData(), cellData = (_c = (_b = (_a23 = arrayFormulaCellData == null ? void 0 : arrayFormulaCellData[unitId]) == null ? void 0 : _a23[subUnitId]) == null ? void 0 : _b[row]) == null ? void 0 : _c[col];
|
|
@@ -1611,18 +1612,39 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
1611
1612
|
abstract: "formula.functionList.BETADIST.abstract",
|
|
1612
1613
|
functionParameter: [
|
|
1613
1614
|
{
|
|
1614
|
-
name: "formula.functionList.BETADIST.functionParameter.
|
|
1615
|
-
detail: "formula.functionList.BETADIST.functionParameter.
|
|
1616
|
-
example: "
|
|
1615
|
+
name: "formula.functionList.BETADIST.functionParameter.x.name",
|
|
1616
|
+
detail: "formula.functionList.BETADIST.functionParameter.x.detail",
|
|
1617
|
+
example: "2",
|
|
1617
1618
|
require: 1,
|
|
1618
1619
|
repeat: 0
|
|
1619
1620
|
},
|
|
1620
1621
|
{
|
|
1621
|
-
name: "formula.functionList.BETADIST.functionParameter.
|
|
1622
|
-
detail: "formula.functionList.BETADIST.functionParameter.
|
|
1623
|
-
example: "
|
|
1622
|
+
name: "formula.functionList.BETADIST.functionParameter.alpha.name",
|
|
1623
|
+
detail: "formula.functionList.BETADIST.functionParameter.alpha.detail",
|
|
1624
|
+
example: "8",
|
|
1624
1625
|
require: 1,
|
|
1625
1626
|
repeat: 0
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
name: "formula.functionList.BETADIST.functionParameter.beta.name",
|
|
1630
|
+
detail: "formula.functionList.BETADIST.functionParameter.beta.detail",
|
|
1631
|
+
example: "10",
|
|
1632
|
+
require: 1,
|
|
1633
|
+
repeat: 0
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
name: "formula.functionList.BETADIST.functionParameter.A.name",
|
|
1637
|
+
detail: "formula.functionList.BETADIST.functionParameter.A.detail",
|
|
1638
|
+
example: "1",
|
|
1639
|
+
require: 0,
|
|
1640
|
+
repeat: 0
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
name: "formula.functionList.BETADIST.functionParameter.B.name",
|
|
1644
|
+
detail: "formula.functionList.BETADIST.functionParameter.B.detail",
|
|
1645
|
+
example: "3",
|
|
1646
|
+
require: 0,
|
|
1647
|
+
repeat: 0
|
|
1626
1648
|
}
|
|
1627
1649
|
]
|
|
1628
1650
|
},
|
|
@@ -1633,18 +1655,39 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
1633
1655
|
abstract: "formula.functionList.BETAINV.abstract",
|
|
1634
1656
|
functionParameter: [
|
|
1635
1657
|
{
|
|
1636
|
-
name: "formula.functionList.BETAINV.functionParameter.
|
|
1637
|
-
detail: "formula.functionList.BETAINV.functionParameter.
|
|
1638
|
-
example: "
|
|
1658
|
+
name: "formula.functionList.BETAINV.functionParameter.probability.name",
|
|
1659
|
+
detail: "formula.functionList.BETAINV.functionParameter.probability.detail",
|
|
1660
|
+
example: "0.685470581",
|
|
1639
1661
|
require: 1,
|
|
1640
1662
|
repeat: 0
|
|
1641
1663
|
},
|
|
1642
1664
|
{
|
|
1643
|
-
name: "formula.functionList.BETAINV.functionParameter.
|
|
1644
|
-
detail: "formula.functionList.BETAINV.functionParameter.
|
|
1645
|
-
example: "
|
|
1665
|
+
name: "formula.functionList.BETAINV.functionParameter.alpha.name",
|
|
1666
|
+
detail: "formula.functionList.BETAINV.functionParameter.alpha.detail",
|
|
1667
|
+
example: "8",
|
|
1646
1668
|
require: 1,
|
|
1647
1669
|
repeat: 0
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
name: "formula.functionList.BETAINV.functionParameter.beta.name",
|
|
1673
|
+
detail: "formula.functionList.BETAINV.functionParameter.beta.detail",
|
|
1674
|
+
example: "10",
|
|
1675
|
+
require: 1,
|
|
1676
|
+
repeat: 0
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
name: "formula.functionList.BETAINV.functionParameter.A.name",
|
|
1680
|
+
detail: "formula.functionList.BETAINV.functionParameter.A.detail",
|
|
1681
|
+
example: "1",
|
|
1682
|
+
require: 0,
|
|
1683
|
+
repeat: 0
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
name: "formula.functionList.BETAINV.functionParameter.B.name",
|
|
1687
|
+
detail: "formula.functionList.BETAINV.functionParameter.B.detail",
|
|
1688
|
+
example: "3",
|
|
1689
|
+
require: 0,
|
|
1690
|
+
repeat: 0
|
|
1648
1691
|
}
|
|
1649
1692
|
]
|
|
1650
1693
|
},
|
|
@@ -1655,16 +1698,30 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
1655
1698
|
abstract: "formula.functionList.BINOMDIST.abstract",
|
|
1656
1699
|
functionParameter: [
|
|
1657
1700
|
{
|
|
1658
|
-
name: "formula.functionList.BINOMDIST.functionParameter.
|
|
1659
|
-
detail: "formula.functionList.BINOMDIST.functionParameter.
|
|
1660
|
-
example: "
|
|
1701
|
+
name: "formula.functionList.BINOMDIST.functionParameter.numberS.name",
|
|
1702
|
+
detail: "formula.functionList.BINOMDIST.functionParameter.numberS.detail",
|
|
1703
|
+
example: "6",
|
|
1661
1704
|
require: 1,
|
|
1662
1705
|
repeat: 0
|
|
1663
1706
|
},
|
|
1664
1707
|
{
|
|
1665
|
-
name: "formula.functionList.BINOMDIST.functionParameter.
|
|
1666
|
-
detail: "formula.functionList.BINOMDIST.functionParameter.
|
|
1667
|
-
example: "
|
|
1708
|
+
name: "formula.functionList.BINOMDIST.functionParameter.trials.name",
|
|
1709
|
+
detail: "formula.functionList.BINOMDIST.functionParameter.trials.detail",
|
|
1710
|
+
example: "10",
|
|
1711
|
+
require: 1,
|
|
1712
|
+
repeat: 0
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
name: "formula.functionList.BINOMDIST.functionParameter.probabilityS.name",
|
|
1716
|
+
detail: "formula.functionList.BINOMDIST.functionParameter.probabilityS.detail",
|
|
1717
|
+
example: "0.5",
|
|
1718
|
+
require: 1,
|
|
1719
|
+
repeat: 0
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
name: "formula.functionList.BINOMDIST.functionParameter.cumulative.name",
|
|
1723
|
+
detail: "formula.functionList.BINOMDIST.functionParameter.cumulative.detail",
|
|
1724
|
+
example: "false",
|
|
1668
1725
|
require: 1,
|
|
1669
1726
|
repeat: 0
|
|
1670
1727
|
}
|
|
@@ -1677,16 +1734,16 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
1677
1734
|
abstract: "formula.functionList.CHIDIST.abstract",
|
|
1678
1735
|
functionParameter: [
|
|
1679
1736
|
{
|
|
1680
|
-
name: "formula.functionList.CHIDIST.functionParameter.
|
|
1681
|
-
detail: "formula.functionList.CHIDIST.functionParameter.
|
|
1682
|
-
example: "
|
|
1737
|
+
name: "formula.functionList.CHIDIST.functionParameter.x.name",
|
|
1738
|
+
detail: "formula.functionList.CHIDIST.functionParameter.x.detail",
|
|
1739
|
+
example: "0.5",
|
|
1683
1740
|
require: 1,
|
|
1684
1741
|
repeat: 0
|
|
1685
1742
|
},
|
|
1686
1743
|
{
|
|
1687
|
-
name: "formula.functionList.CHIDIST.functionParameter.
|
|
1688
|
-
detail: "formula.functionList.CHIDIST.functionParameter.
|
|
1689
|
-
example: "
|
|
1744
|
+
name: "formula.functionList.CHIDIST.functionParameter.degFreedom.name",
|
|
1745
|
+
detail: "formula.functionList.CHIDIST.functionParameter.degFreedom.detail",
|
|
1746
|
+
example: "1",
|
|
1690
1747
|
require: 1,
|
|
1691
1748
|
repeat: 0
|
|
1692
1749
|
}
|
|
@@ -1699,16 +1756,16 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
1699
1756
|
abstract: "formula.functionList.CHIINV.abstract",
|
|
1700
1757
|
functionParameter: [
|
|
1701
1758
|
{
|
|
1702
|
-
name: "formula.functionList.CHIINV.functionParameter.
|
|
1703
|
-
detail: "formula.functionList.CHIINV.functionParameter.
|
|
1704
|
-
example: "
|
|
1759
|
+
name: "formula.functionList.CHIINV.functionParameter.probability.name",
|
|
1760
|
+
detail: "formula.functionList.CHIINV.functionParameter.probability.detail",
|
|
1761
|
+
example: "0.93",
|
|
1705
1762
|
require: 1,
|
|
1706
1763
|
repeat: 0
|
|
1707
1764
|
},
|
|
1708
1765
|
{
|
|
1709
|
-
name: "formula.functionList.CHIINV.functionParameter.
|
|
1710
|
-
detail: "formula.functionList.CHIINV.functionParameter.
|
|
1711
|
-
example: "
|
|
1766
|
+
name: "formula.functionList.CHIINV.functionParameter.degFreedom.name",
|
|
1767
|
+
detail: "formula.functionList.CHIINV.functionParameter.degFreedom.detail",
|
|
1768
|
+
example: "1",
|
|
1712
1769
|
require: 1,
|
|
1713
1770
|
repeat: 0
|
|
1714
1771
|
}
|
|
@@ -1721,16 +1778,16 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
1721
1778
|
abstract: "formula.functionList.CHITEST.abstract",
|
|
1722
1779
|
functionParameter: [
|
|
1723
1780
|
{
|
|
1724
|
-
name: "formula.functionList.CHITEST.functionParameter.
|
|
1725
|
-
detail: "formula.functionList.CHITEST.functionParameter.
|
|
1726
|
-
example: "
|
|
1781
|
+
name: "formula.functionList.CHITEST.functionParameter.actualRange.name",
|
|
1782
|
+
detail: "formula.functionList.CHITEST.functionParameter.actualRange.detail",
|
|
1783
|
+
example: "{58,35;11,25;10,23}",
|
|
1727
1784
|
require: 1,
|
|
1728
1785
|
repeat: 0
|
|
1729
1786
|
},
|
|
1730
1787
|
{
|
|
1731
|
-
name: "formula.functionList.CHITEST.functionParameter.
|
|
1732
|
-
detail: "formula.functionList.CHITEST.functionParameter.
|
|
1733
|
-
example: "
|
|
1788
|
+
name: "formula.functionList.CHITEST.functionParameter.expectedRange.name",
|
|
1789
|
+
detail: "formula.functionList.CHITEST.functionParameter.expectedRange.detail",
|
|
1790
|
+
example: "{45.35,47.65;17.56,18.44;16.09,16.91}",
|
|
1734
1791
|
require: 1,
|
|
1735
1792
|
repeat: 0
|
|
1736
1793
|
}
|
|
@@ -1743,16 +1800,23 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
1743
1800
|
abstract: "formula.functionList.CONFIDENCE.abstract",
|
|
1744
1801
|
functionParameter: [
|
|
1745
1802
|
{
|
|
1746
|
-
name: "formula.functionList.CONFIDENCE.functionParameter.
|
|
1747
|
-
detail: "formula.functionList.CONFIDENCE.functionParameter.
|
|
1748
|
-
example: "
|
|
1803
|
+
name: "formula.functionList.CONFIDENCE.functionParameter.alpha.name",
|
|
1804
|
+
detail: "formula.functionList.CONFIDENCE.functionParameter.alpha.detail",
|
|
1805
|
+
example: "0.05",
|
|
1749
1806
|
require: 1,
|
|
1750
1807
|
repeat: 0
|
|
1751
1808
|
},
|
|
1752
1809
|
{
|
|
1753
|
-
name: "formula.functionList.CONFIDENCE.functionParameter.
|
|
1754
|
-
detail: "formula.functionList.CONFIDENCE.functionParameter.
|
|
1755
|
-
example: "
|
|
1810
|
+
name: "formula.functionList.CONFIDENCE.functionParameter.standardDev.name",
|
|
1811
|
+
detail: "formula.functionList.CONFIDENCE.functionParameter.standardDev.detail",
|
|
1812
|
+
example: "2.5",
|
|
1813
|
+
require: 1,
|
|
1814
|
+
repeat: 0
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
name: "formula.functionList.CONFIDENCE.functionParameter.size.name",
|
|
1818
|
+
detail: "formula.functionList.CONFIDENCE.functionParameter.size.detail",
|
|
1819
|
+
example: "50",
|
|
1756
1820
|
require: 1,
|
|
1757
1821
|
repeat: 0
|
|
1758
1822
|
}
|
|
@@ -1765,16 +1829,16 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
1765
1829
|
abstract: "formula.functionList.COVAR.abstract",
|
|
1766
1830
|
functionParameter: [
|
|
1767
1831
|
{
|
|
1768
|
-
name: "formula.functionList.COVAR.functionParameter.
|
|
1769
|
-
detail: "formula.functionList.COVAR.functionParameter.
|
|
1770
|
-
example: "
|
|
1832
|
+
name: "formula.functionList.COVAR.functionParameter.array1.name",
|
|
1833
|
+
detail: "formula.functionList.COVAR.functionParameter.array1.detail",
|
|
1834
|
+
example: "{3,2,4,5,6}",
|
|
1771
1835
|
require: 1,
|
|
1772
1836
|
repeat: 0
|
|
1773
1837
|
},
|
|
1774
1838
|
{
|
|
1775
|
-
name: "formula.functionList.COVAR.functionParameter.
|
|
1776
|
-
detail: "formula.functionList.COVAR.functionParameter.
|
|
1777
|
-
example: "
|
|
1839
|
+
name: "formula.functionList.COVAR.functionParameter.array2.name",
|
|
1840
|
+
detail: "formula.functionList.COVAR.functionParameter.array2.detail",
|
|
1841
|
+
example: "{9,7,12,15,17}",
|
|
1778
1842
|
require: 1,
|
|
1779
1843
|
repeat: 0
|
|
1780
1844
|
}
|
|
@@ -1787,16 +1851,23 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
1787
1851
|
abstract: "formula.functionList.CRITBINOM.abstract",
|
|
1788
1852
|
functionParameter: [
|
|
1789
1853
|
{
|
|
1790
|
-
name: "formula.functionList.CRITBINOM.functionParameter.
|
|
1791
|
-
detail: "formula.functionList.CRITBINOM.functionParameter.
|
|
1792
|
-
example: "
|
|
1854
|
+
name: "formula.functionList.CRITBINOM.functionParameter.trials.name",
|
|
1855
|
+
detail: "formula.functionList.CRITBINOM.functionParameter.trials.detail",
|
|
1856
|
+
example: "6",
|
|
1793
1857
|
require: 1,
|
|
1794
1858
|
repeat: 0
|
|
1795
1859
|
},
|
|
1796
1860
|
{
|
|
1797
|
-
name: "formula.functionList.CRITBINOM.functionParameter.
|
|
1798
|
-
detail: "formula.functionList.CRITBINOM.functionParameter.
|
|
1799
|
-
example: "
|
|
1861
|
+
name: "formula.functionList.CRITBINOM.functionParameter.probabilityS.name",
|
|
1862
|
+
detail: "formula.functionList.CRITBINOM.functionParameter.probabilityS.detail",
|
|
1863
|
+
example: "0.5",
|
|
1864
|
+
require: 1,
|
|
1865
|
+
repeat: 0
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
name: "formula.functionList.CRITBINOM.functionParameter.alpha.name",
|
|
1869
|
+
detail: "formula.functionList.CRITBINOM.functionParameter.alpha.detail",
|
|
1870
|
+
example: "0.75",
|
|
1800
1871
|
require: 1,
|
|
1801
1872
|
repeat: 0
|
|
1802
1873
|
}
|
|
@@ -1809,16 +1880,23 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
1809
1880
|
abstract: "formula.functionList.EXPONDIST.abstract",
|
|
1810
1881
|
functionParameter: [
|
|
1811
1882
|
{
|
|
1812
|
-
name: "formula.functionList.EXPONDIST.functionParameter.
|
|
1813
|
-
detail: "formula.functionList.EXPONDIST.functionParameter.
|
|
1814
|
-
example: "
|
|
1883
|
+
name: "formula.functionList.EXPONDIST.functionParameter.x.name",
|
|
1884
|
+
detail: "formula.functionList.EXPONDIST.functionParameter.x.detail",
|
|
1885
|
+
example: "0.2",
|
|
1815
1886
|
require: 1,
|
|
1816
1887
|
repeat: 0
|
|
1817
1888
|
},
|
|
1818
1889
|
{
|
|
1819
|
-
name: "formula.functionList.EXPONDIST.functionParameter.
|
|
1820
|
-
detail: "formula.functionList.EXPONDIST.functionParameter.
|
|
1821
|
-
example: "
|
|
1890
|
+
name: "formula.functionList.EXPONDIST.functionParameter.lambda.name",
|
|
1891
|
+
detail: "formula.functionList.EXPONDIST.functionParameter.lambda.detail",
|
|
1892
|
+
example: "10",
|
|
1893
|
+
require: 1,
|
|
1894
|
+
repeat: 0
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
name: "formula.functionList.EXPONDIST.functionParameter.cumulative.name",
|
|
1898
|
+
detail: "formula.functionList.EXPONDIST.functionParameter.cumulative.detail",
|
|
1899
|
+
example: "true",
|
|
1822
1900
|
require: 1,
|
|
1823
1901
|
repeat: 0
|
|
1824
1902
|
}
|
|
@@ -1831,16 +1909,23 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
1831
1909
|
abstract: "formula.functionList.FDIST.abstract",
|
|
1832
1910
|
functionParameter: [
|
|
1833
1911
|
{
|
|
1834
|
-
name: "formula.functionList.FDIST.functionParameter.
|
|
1835
|
-
detail: "formula.functionList.FDIST.functionParameter.
|
|
1836
|
-
example: "
|
|
1912
|
+
name: "formula.functionList.FDIST.functionParameter.x.name",
|
|
1913
|
+
detail: "formula.functionList.FDIST.functionParameter.x.detail",
|
|
1914
|
+
example: "15.2069",
|
|
1837
1915
|
require: 1,
|
|
1838
1916
|
repeat: 0
|
|
1839
1917
|
},
|
|
1840
1918
|
{
|
|
1841
|
-
name: "formula.functionList.FDIST.functionParameter.
|
|
1842
|
-
detail: "formula.functionList.FDIST.functionParameter.
|
|
1843
|
-
example: "
|
|
1919
|
+
name: "formula.functionList.FDIST.functionParameter.degFreedom1.name",
|
|
1920
|
+
detail: "formula.functionList.FDIST.functionParameter.degFreedom1.detail",
|
|
1921
|
+
example: "6",
|
|
1922
|
+
require: 1,
|
|
1923
|
+
repeat: 0
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
name: "formula.functionList.FDIST.functionParameter.degFreedom2.name",
|
|
1927
|
+
detail: "formula.functionList.FDIST.functionParameter.degFreedom2.detail",
|
|
1928
|
+
example: "4",
|
|
1844
1929
|
require: 1,
|
|
1845
1930
|
repeat: 0
|
|
1846
1931
|
}
|
|
@@ -1853,16 +1938,23 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
1853
1938
|
abstract: "formula.functionList.FINV.abstract",
|
|
1854
1939
|
functionParameter: [
|
|
1855
1940
|
{
|
|
1856
|
-
name: "formula.functionList.FINV.functionParameter.
|
|
1857
|
-
detail: "formula.functionList.FINV.functionParameter.
|
|
1858
|
-
example: "
|
|
1941
|
+
name: "formula.functionList.FINV.functionParameter.probability.name",
|
|
1942
|
+
detail: "formula.functionList.FINV.functionParameter.probability.detail",
|
|
1943
|
+
example: "0.01",
|
|
1859
1944
|
require: 1,
|
|
1860
1945
|
repeat: 0
|
|
1861
1946
|
},
|
|
1862
1947
|
{
|
|
1863
|
-
name: "formula.functionList.FINV.functionParameter.
|
|
1864
|
-
detail: "formula.functionList.FINV.functionParameter.
|
|
1865
|
-
example: "
|
|
1948
|
+
name: "formula.functionList.FINV.functionParameter.degFreedom1.name",
|
|
1949
|
+
detail: "formula.functionList.FINV.functionParameter.degFreedom1.detail",
|
|
1950
|
+
example: "6",
|
|
1951
|
+
require: 1,
|
|
1952
|
+
repeat: 0
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
name: "formula.functionList.FINV.functionParameter.degFreedom2.name",
|
|
1956
|
+
detail: "formula.functionList.FINV.functionParameter.degFreedom2.detail",
|
|
1957
|
+
example: "4",
|
|
1866
1958
|
require: 1,
|
|
1867
1959
|
repeat: 0
|
|
1868
1960
|
}
|
|
@@ -1875,16 +1967,16 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
1875
1967
|
abstract: "formula.functionList.FTEST.abstract",
|
|
1876
1968
|
functionParameter: [
|
|
1877
1969
|
{
|
|
1878
|
-
name: "formula.functionList.FTEST.functionParameter.
|
|
1879
|
-
detail: "formula.functionList.FTEST.functionParameter.
|
|
1880
|
-
example: "
|
|
1970
|
+
name: "formula.functionList.FTEST.functionParameter.array1.name",
|
|
1971
|
+
detail: "formula.functionList.FTEST.functionParameter.array1.detail",
|
|
1972
|
+
example: "{58,35;11,25;10,23}",
|
|
1881
1973
|
require: 1,
|
|
1882
1974
|
repeat: 0
|
|
1883
1975
|
},
|
|
1884
1976
|
{
|
|
1885
|
-
name: "formula.functionList.FTEST.functionParameter.
|
|
1886
|
-
detail: "formula.functionList.FTEST.functionParameter.
|
|
1887
|
-
example: "
|
|
1977
|
+
name: "formula.functionList.FTEST.functionParameter.array2.name",
|
|
1978
|
+
detail: "formula.functionList.FTEST.functionParameter.array2.detail",
|
|
1979
|
+
example: "{45.35,47.65;17.56,18.44;16.09,16.91}",
|
|
1888
1980
|
require: 1,
|
|
1889
1981
|
repeat: 0
|
|
1890
1982
|
}
|
|
@@ -2051,16 +2143,30 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
2051
2143
|
abstract: "formula.functionList.NORMDIST.abstract",
|
|
2052
2144
|
functionParameter: [
|
|
2053
2145
|
{
|
|
2054
|
-
name: "formula.functionList.NORMDIST.functionParameter.
|
|
2055
|
-
detail: "formula.functionList.NORMDIST.functionParameter.
|
|
2056
|
-
example: "
|
|
2146
|
+
name: "formula.functionList.NORMDIST.functionParameter.x.name",
|
|
2147
|
+
detail: "formula.functionList.NORMDIST.functionParameter.x.detail",
|
|
2148
|
+
example: "42",
|
|
2057
2149
|
require: 1,
|
|
2058
2150
|
repeat: 0
|
|
2059
2151
|
},
|
|
2060
2152
|
{
|
|
2061
|
-
name: "formula.functionList.NORMDIST.functionParameter.
|
|
2062
|
-
detail: "formula.functionList.NORMDIST.functionParameter.
|
|
2063
|
-
example: "
|
|
2153
|
+
name: "formula.functionList.NORMDIST.functionParameter.mean.name",
|
|
2154
|
+
detail: "formula.functionList.NORMDIST.functionParameter.mean.detail",
|
|
2155
|
+
example: "40",
|
|
2156
|
+
require: 1,
|
|
2157
|
+
repeat: 0
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
name: "formula.functionList.NORMDIST.functionParameter.standardDev.name",
|
|
2161
|
+
detail: "formula.functionList.NORMDIST.functionParameter.standardDev.detail",
|
|
2162
|
+
example: "1.5",
|
|
2163
|
+
require: 1,
|
|
2164
|
+
repeat: 0
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
name: "formula.functionList.NORMDIST.functionParameter.cumulative.name",
|
|
2168
|
+
detail: "formula.functionList.NORMDIST.functionParameter.cumulative.detail",
|
|
2169
|
+
example: "true",
|
|
2064
2170
|
require: 1,
|
|
2065
2171
|
repeat: 0
|
|
2066
2172
|
}
|
|
@@ -2073,16 +2179,23 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
2073
2179
|
abstract: "formula.functionList.NORMINV.abstract",
|
|
2074
2180
|
functionParameter: [
|
|
2075
2181
|
{
|
|
2076
|
-
name: "formula.functionList.NORMINV.functionParameter.
|
|
2077
|
-
detail: "formula.functionList.NORMINV.functionParameter.
|
|
2078
|
-
example: "
|
|
2182
|
+
name: "formula.functionList.NORMINV.functionParameter.probability.name",
|
|
2183
|
+
detail: "formula.functionList.NORMINV.functionParameter.probability.detail",
|
|
2184
|
+
example: "0.908789",
|
|
2079
2185
|
require: 1,
|
|
2080
2186
|
repeat: 0
|
|
2081
2187
|
},
|
|
2082
2188
|
{
|
|
2083
|
-
name: "formula.functionList.NORMINV.functionParameter.
|
|
2084
|
-
detail: "formula.functionList.NORMINV.functionParameter.
|
|
2085
|
-
example: "
|
|
2189
|
+
name: "formula.functionList.NORMINV.functionParameter.mean.name",
|
|
2190
|
+
detail: "formula.functionList.NORMINV.functionParameter.mean.detail",
|
|
2191
|
+
example: "40",
|
|
2192
|
+
require: 1,
|
|
2193
|
+
repeat: 0
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
name: "formula.functionList.NORMINV.functionParameter.standardDev.name",
|
|
2197
|
+
detail: "formula.functionList.NORMINV.functionParameter.standardDev.detail",
|
|
2198
|
+
example: "1.5",
|
|
2086
2199
|
require: 1,
|
|
2087
2200
|
repeat: 0
|
|
2088
2201
|
}
|
|
@@ -2095,16 +2208,9 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
2095
2208
|
abstract: "formula.functionList.NORMSDIST.abstract",
|
|
2096
2209
|
functionParameter: [
|
|
2097
2210
|
{
|
|
2098
|
-
name: "formula.functionList.NORMSDIST.functionParameter.
|
|
2099
|
-
detail: "formula.functionList.NORMSDIST.functionParameter.
|
|
2100
|
-
example: "
|
|
2101
|
-
require: 1,
|
|
2102
|
-
repeat: 0
|
|
2103
|
-
},
|
|
2104
|
-
{
|
|
2105
|
-
name: "formula.functionList.NORMSDIST.functionParameter.number2.name",
|
|
2106
|
-
detail: "formula.functionList.NORMSDIST.functionParameter.number2.detail",
|
|
2107
|
-
example: "A1:A20",
|
|
2211
|
+
name: "formula.functionList.NORMSDIST.functionParameter.z.name",
|
|
2212
|
+
detail: "formula.functionList.NORMSDIST.functionParameter.z.detail",
|
|
2213
|
+
example: "1.333333",
|
|
2108
2214
|
require: 1,
|
|
2109
2215
|
repeat: 0
|
|
2110
2216
|
}
|
|
@@ -2117,16 +2223,9 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
2117
2223
|
abstract: "formula.functionList.NORMSINV.abstract",
|
|
2118
2224
|
functionParameter: [
|
|
2119
2225
|
{
|
|
2120
|
-
name: "formula.functionList.NORMSINV.functionParameter.
|
|
2121
|
-
detail: "formula.functionList.NORMSINV.functionParameter.
|
|
2122
|
-
example: "
|
|
2123
|
-
require: 1,
|
|
2124
|
-
repeat: 0
|
|
2125
|
-
},
|
|
2126
|
-
{
|
|
2127
|
-
name: "formula.functionList.NORMSINV.functionParameter.number2.name",
|
|
2128
|
-
detail: "formula.functionList.NORMSINV.functionParameter.number2.detail",
|
|
2129
|
-
example: "A1:A20",
|
|
2226
|
+
name: "formula.functionList.NORMSINV.functionParameter.probability.name",
|
|
2227
|
+
detail: "formula.functionList.NORMSINV.functionParameter.probability.detail",
|
|
2228
|
+
example: "0.908789",
|
|
2130
2229
|
require: 1,
|
|
2131
2230
|
repeat: 0
|
|
2132
2231
|
}
|
|
@@ -10310,18 +10409,46 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10310
10409
|
abstract: "formula.functionList.BETA_DIST.abstract",
|
|
10311
10410
|
functionParameter: [
|
|
10312
10411
|
{
|
|
10313
|
-
name: "formula.functionList.BETA_DIST.functionParameter.
|
|
10314
|
-
detail: "formula.functionList.BETA_DIST.functionParameter.
|
|
10315
|
-
example: "
|
|
10412
|
+
name: "formula.functionList.BETA_DIST.functionParameter.x.name",
|
|
10413
|
+
detail: "formula.functionList.BETA_DIST.functionParameter.x.detail",
|
|
10414
|
+
example: "2",
|
|
10316
10415
|
require: 1,
|
|
10317
10416
|
repeat: 0
|
|
10318
10417
|
},
|
|
10319
10418
|
{
|
|
10320
|
-
name: "formula.functionList.BETA_DIST.functionParameter.
|
|
10321
|
-
detail: "formula.functionList.BETA_DIST.functionParameter.
|
|
10322
|
-
example: "
|
|
10419
|
+
name: "formula.functionList.BETA_DIST.functionParameter.alpha.name",
|
|
10420
|
+
detail: "formula.functionList.BETA_DIST.functionParameter.alpha.detail",
|
|
10421
|
+
example: "8",
|
|
10323
10422
|
require: 1,
|
|
10324
10423
|
repeat: 0
|
|
10424
|
+
},
|
|
10425
|
+
{
|
|
10426
|
+
name: "formula.functionList.BETA_DIST.functionParameter.beta.name",
|
|
10427
|
+
detail: "formula.functionList.BETA_DIST.functionParameter.beta.detail",
|
|
10428
|
+
example: "10",
|
|
10429
|
+
require: 1,
|
|
10430
|
+
repeat: 0
|
|
10431
|
+
},
|
|
10432
|
+
{
|
|
10433
|
+
name: "formula.functionList.BETA_DIST.functionParameter.cumulative.name",
|
|
10434
|
+
detail: "formula.functionList.BETA_DIST.functionParameter.cumulative.detail",
|
|
10435
|
+
example: "true",
|
|
10436
|
+
require: 1,
|
|
10437
|
+
repeat: 0
|
|
10438
|
+
},
|
|
10439
|
+
{
|
|
10440
|
+
name: "formula.functionList.BETA_DIST.functionParameter.A.name",
|
|
10441
|
+
detail: "formula.functionList.BETA_DIST.functionParameter.A.detail",
|
|
10442
|
+
example: "1",
|
|
10443
|
+
require: 0,
|
|
10444
|
+
repeat: 0
|
|
10445
|
+
},
|
|
10446
|
+
{
|
|
10447
|
+
name: "formula.functionList.BETA_DIST.functionParameter.B.name",
|
|
10448
|
+
detail: "formula.functionList.BETA_DIST.functionParameter.B.detail",
|
|
10449
|
+
example: "3",
|
|
10450
|
+
require: 0,
|
|
10451
|
+
repeat: 0
|
|
10325
10452
|
}
|
|
10326
10453
|
]
|
|
10327
10454
|
},
|
|
@@ -10332,18 +10459,39 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10332
10459
|
abstract: "formula.functionList.BETA_INV.abstract",
|
|
10333
10460
|
functionParameter: [
|
|
10334
10461
|
{
|
|
10335
|
-
name: "formula.functionList.BETA_INV.functionParameter.
|
|
10336
|
-
detail: "formula.functionList.BETA_INV.functionParameter.
|
|
10337
|
-
example: "
|
|
10462
|
+
name: "formula.functionList.BETA_INV.functionParameter.probability.name",
|
|
10463
|
+
detail: "formula.functionList.BETA_INV.functionParameter.probability.detail",
|
|
10464
|
+
example: "0.685470581",
|
|
10338
10465
|
require: 1,
|
|
10339
10466
|
repeat: 0
|
|
10340
10467
|
},
|
|
10341
10468
|
{
|
|
10342
|
-
name: "formula.functionList.BETA_INV.functionParameter.
|
|
10343
|
-
detail: "formula.functionList.BETA_INV.functionParameter.
|
|
10344
|
-
example: "
|
|
10469
|
+
name: "formula.functionList.BETA_INV.functionParameter.alpha.name",
|
|
10470
|
+
detail: "formula.functionList.BETA_INV.functionParameter.alpha.detail",
|
|
10471
|
+
example: "8",
|
|
10472
|
+
require: 1,
|
|
10473
|
+
repeat: 0
|
|
10474
|
+
},
|
|
10475
|
+
{
|
|
10476
|
+
name: "formula.functionList.BETA_INV.functionParameter.beta.name",
|
|
10477
|
+
detail: "formula.functionList.BETA_INV.functionParameter.beta.detail",
|
|
10478
|
+
example: "10",
|
|
10345
10479
|
require: 1,
|
|
10346
10480
|
repeat: 0
|
|
10481
|
+
},
|
|
10482
|
+
{
|
|
10483
|
+
name: "formula.functionList.BETA_INV.functionParameter.A.name",
|
|
10484
|
+
detail: "formula.functionList.BETA_INV.functionParameter.A.detail",
|
|
10485
|
+
example: "1",
|
|
10486
|
+
require: 0,
|
|
10487
|
+
repeat: 0
|
|
10488
|
+
},
|
|
10489
|
+
{
|
|
10490
|
+
name: "formula.functionList.BETA_INV.functionParameter.B.name",
|
|
10491
|
+
detail: "formula.functionList.BETA_INV.functionParameter.B.detail",
|
|
10492
|
+
example: "3",
|
|
10493
|
+
require: 0,
|
|
10494
|
+
repeat: 0
|
|
10347
10495
|
}
|
|
10348
10496
|
]
|
|
10349
10497
|
},
|
|
@@ -10354,16 +10502,30 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10354
10502
|
abstract: "formula.functionList.BINOM_DIST.abstract",
|
|
10355
10503
|
functionParameter: [
|
|
10356
10504
|
{
|
|
10357
|
-
name: "formula.functionList.BINOM_DIST.functionParameter.
|
|
10358
|
-
detail: "formula.functionList.BINOM_DIST.functionParameter.
|
|
10359
|
-
example: "
|
|
10505
|
+
name: "formula.functionList.BINOM_DIST.functionParameter.numberS.name",
|
|
10506
|
+
detail: "formula.functionList.BINOM_DIST.functionParameter.numberS.detail",
|
|
10507
|
+
example: "6",
|
|
10360
10508
|
require: 1,
|
|
10361
10509
|
repeat: 0
|
|
10362
10510
|
},
|
|
10363
10511
|
{
|
|
10364
|
-
name: "formula.functionList.BINOM_DIST.functionParameter.
|
|
10365
|
-
detail: "formula.functionList.BINOM_DIST.functionParameter.
|
|
10366
|
-
example: "
|
|
10512
|
+
name: "formula.functionList.BINOM_DIST.functionParameter.trials.name",
|
|
10513
|
+
detail: "formula.functionList.BINOM_DIST.functionParameter.trials.detail",
|
|
10514
|
+
example: "10",
|
|
10515
|
+
require: 1,
|
|
10516
|
+
repeat: 0
|
|
10517
|
+
},
|
|
10518
|
+
{
|
|
10519
|
+
name: "formula.functionList.BINOM_DIST.functionParameter.probabilityS.name",
|
|
10520
|
+
detail: "formula.functionList.BINOM_DIST.functionParameter.probabilityS.detail",
|
|
10521
|
+
example: "0.5",
|
|
10522
|
+
require: 1,
|
|
10523
|
+
repeat: 0
|
|
10524
|
+
},
|
|
10525
|
+
{
|
|
10526
|
+
name: "formula.functionList.BINOM_DIST.functionParameter.cumulative.name",
|
|
10527
|
+
detail: "formula.functionList.BINOM_DIST.functionParameter.cumulative.detail",
|
|
10528
|
+
example: "false",
|
|
10367
10529
|
require: 1,
|
|
10368
10530
|
repeat: 0
|
|
10369
10531
|
}
|
|
@@ -10376,18 +10538,32 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10376
10538
|
abstract: "formula.functionList.BINOM_DIST_RANGE.abstract",
|
|
10377
10539
|
functionParameter: [
|
|
10378
10540
|
{
|
|
10379
|
-
name: "formula.functionList.BINOM_DIST_RANGE.functionParameter.
|
|
10380
|
-
detail: "formula.functionList.BINOM_DIST_RANGE.functionParameter.
|
|
10381
|
-
example: "
|
|
10541
|
+
name: "formula.functionList.BINOM_DIST_RANGE.functionParameter.trials.name",
|
|
10542
|
+
detail: "formula.functionList.BINOM_DIST_RANGE.functionParameter.trials.detail",
|
|
10543
|
+
example: "60",
|
|
10382
10544
|
require: 1,
|
|
10383
10545
|
repeat: 0
|
|
10384
10546
|
},
|
|
10385
10547
|
{
|
|
10386
|
-
name: "formula.functionList.BINOM_DIST_RANGE.functionParameter.
|
|
10387
|
-
detail: "formula.functionList.BINOM_DIST_RANGE.functionParameter.
|
|
10388
|
-
example: "
|
|
10548
|
+
name: "formula.functionList.BINOM_DIST_RANGE.functionParameter.probabilityS.name",
|
|
10549
|
+
detail: "formula.functionList.BINOM_DIST_RANGE.functionParameter.probabilityS.detail",
|
|
10550
|
+
example: "0.75",
|
|
10551
|
+
require: 1,
|
|
10552
|
+
repeat: 0
|
|
10553
|
+
},
|
|
10554
|
+
{
|
|
10555
|
+
name: "formula.functionList.BINOM_DIST_RANGE.functionParameter.numberS.name",
|
|
10556
|
+
detail: "formula.functionList.BINOM_DIST_RANGE.functionParameter.numberS.detail",
|
|
10557
|
+
example: "45",
|
|
10389
10558
|
require: 1,
|
|
10390
10559
|
repeat: 0
|
|
10560
|
+
},
|
|
10561
|
+
{
|
|
10562
|
+
name: "formula.functionList.BINOM_DIST_RANGE.functionParameter.numberS2.name",
|
|
10563
|
+
detail: "formula.functionList.BINOM_DIST_RANGE.functionParameter.numberS2.detail",
|
|
10564
|
+
example: "50",
|
|
10565
|
+
require: 0,
|
|
10566
|
+
repeat: 0
|
|
10391
10567
|
}
|
|
10392
10568
|
]
|
|
10393
10569
|
},
|
|
@@ -10398,16 +10574,23 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10398
10574
|
abstract: "formula.functionList.BINOM_INV.abstract",
|
|
10399
10575
|
functionParameter: [
|
|
10400
10576
|
{
|
|
10401
|
-
name: "formula.functionList.BINOM_INV.functionParameter.
|
|
10402
|
-
detail: "formula.functionList.BINOM_INV.functionParameter.
|
|
10403
|
-
example: "
|
|
10577
|
+
name: "formula.functionList.BINOM_INV.functionParameter.trials.name",
|
|
10578
|
+
detail: "formula.functionList.BINOM_INV.functionParameter.trials.detail",
|
|
10579
|
+
example: "6",
|
|
10404
10580
|
require: 1,
|
|
10405
10581
|
repeat: 0
|
|
10406
10582
|
},
|
|
10407
10583
|
{
|
|
10408
|
-
name: "formula.functionList.BINOM_INV.functionParameter.
|
|
10409
|
-
detail: "formula.functionList.BINOM_INV.functionParameter.
|
|
10410
|
-
example: "
|
|
10584
|
+
name: "formula.functionList.BINOM_INV.functionParameter.probabilityS.name",
|
|
10585
|
+
detail: "formula.functionList.BINOM_INV.functionParameter.probabilityS.detail",
|
|
10586
|
+
example: "0.5",
|
|
10587
|
+
require: 1,
|
|
10588
|
+
repeat: 0
|
|
10589
|
+
},
|
|
10590
|
+
{
|
|
10591
|
+
name: "formula.functionList.BINOM_INV.functionParameter.alpha.name",
|
|
10592
|
+
detail: "formula.functionList.BINOM_INV.functionParameter.alpha.detail",
|
|
10593
|
+
example: "0.75",
|
|
10411
10594
|
require: 1,
|
|
10412
10595
|
repeat: 0
|
|
10413
10596
|
}
|
|
@@ -10420,16 +10603,23 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10420
10603
|
abstract: "formula.functionList.CHISQ_DIST.abstract",
|
|
10421
10604
|
functionParameter: [
|
|
10422
10605
|
{
|
|
10423
|
-
name: "formula.functionList.CHISQ_DIST.functionParameter.
|
|
10424
|
-
detail: "formula.functionList.CHISQ_DIST.functionParameter.
|
|
10425
|
-
example: "
|
|
10606
|
+
name: "formula.functionList.CHISQ_DIST.functionParameter.x.name",
|
|
10607
|
+
detail: "formula.functionList.CHISQ_DIST.functionParameter.x.detail",
|
|
10608
|
+
example: "0.5",
|
|
10426
10609
|
require: 1,
|
|
10427
10610
|
repeat: 0
|
|
10428
10611
|
},
|
|
10429
10612
|
{
|
|
10430
|
-
name: "formula.functionList.CHISQ_DIST.functionParameter.
|
|
10431
|
-
detail: "formula.functionList.CHISQ_DIST.functionParameter.
|
|
10432
|
-
example: "
|
|
10613
|
+
name: "formula.functionList.CHISQ_DIST.functionParameter.degFreedom.name",
|
|
10614
|
+
detail: "formula.functionList.CHISQ_DIST.functionParameter.degFreedom.detail",
|
|
10615
|
+
example: "1",
|
|
10616
|
+
require: 1,
|
|
10617
|
+
repeat: 0
|
|
10618
|
+
},
|
|
10619
|
+
{
|
|
10620
|
+
name: "formula.functionList.CHISQ_DIST.functionParameter.cumulative.name",
|
|
10621
|
+
detail: "formula.functionList.CHISQ_DIST.functionParameter.cumulative.detail",
|
|
10622
|
+
example: "true",
|
|
10433
10623
|
require: 1,
|
|
10434
10624
|
repeat: 0
|
|
10435
10625
|
}
|
|
@@ -10442,16 +10632,16 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10442
10632
|
abstract: "formula.functionList.CHISQ_DIST_RT.abstract",
|
|
10443
10633
|
functionParameter: [
|
|
10444
10634
|
{
|
|
10445
|
-
name: "formula.functionList.CHISQ_DIST_RT.functionParameter.
|
|
10446
|
-
detail: "formula.functionList.CHISQ_DIST_RT.functionParameter.
|
|
10447
|
-
example: "
|
|
10635
|
+
name: "formula.functionList.CHISQ_DIST_RT.functionParameter.x.name",
|
|
10636
|
+
detail: "formula.functionList.CHISQ_DIST_RT.functionParameter.x.detail",
|
|
10637
|
+
example: "0.5",
|
|
10448
10638
|
require: 1,
|
|
10449
10639
|
repeat: 0
|
|
10450
10640
|
},
|
|
10451
10641
|
{
|
|
10452
|
-
name: "formula.functionList.CHISQ_DIST_RT.functionParameter.
|
|
10453
|
-
detail: "formula.functionList.CHISQ_DIST_RT.functionParameter.
|
|
10454
|
-
example: "
|
|
10642
|
+
name: "formula.functionList.CHISQ_DIST_RT.functionParameter.degFreedom.name",
|
|
10643
|
+
detail: "formula.functionList.CHISQ_DIST_RT.functionParameter.degFreedom.detail",
|
|
10644
|
+
example: "1",
|
|
10455
10645
|
require: 1,
|
|
10456
10646
|
repeat: 0
|
|
10457
10647
|
}
|
|
@@ -10464,16 +10654,16 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10464
10654
|
abstract: "formula.functionList.CHISQ_INV.abstract",
|
|
10465
10655
|
functionParameter: [
|
|
10466
10656
|
{
|
|
10467
|
-
name: "formula.functionList.CHISQ_INV.functionParameter.
|
|
10468
|
-
detail: "formula.functionList.CHISQ_INV.functionParameter.
|
|
10469
|
-
example: "
|
|
10657
|
+
name: "formula.functionList.CHISQ_INV.functionParameter.probability.name",
|
|
10658
|
+
detail: "formula.functionList.CHISQ_INV.functionParameter.probability.detail",
|
|
10659
|
+
example: "0.93",
|
|
10470
10660
|
require: 1,
|
|
10471
10661
|
repeat: 0
|
|
10472
10662
|
},
|
|
10473
10663
|
{
|
|
10474
|
-
name: "formula.functionList.CHISQ_INV.functionParameter.
|
|
10475
|
-
detail: "formula.functionList.CHISQ_INV.functionParameter.
|
|
10476
|
-
example: "
|
|
10664
|
+
name: "formula.functionList.CHISQ_INV.functionParameter.degFreedom.name",
|
|
10665
|
+
detail: "formula.functionList.CHISQ_INV.functionParameter.degFreedom.detail",
|
|
10666
|
+
example: "1",
|
|
10477
10667
|
require: 1,
|
|
10478
10668
|
repeat: 0
|
|
10479
10669
|
}
|
|
@@ -10486,16 +10676,16 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10486
10676
|
abstract: "formula.functionList.CHISQ_INV_RT.abstract",
|
|
10487
10677
|
functionParameter: [
|
|
10488
10678
|
{
|
|
10489
|
-
name: "formula.functionList.CHISQ_INV_RT.functionParameter.
|
|
10490
|
-
detail: "formula.functionList.CHISQ_INV_RT.functionParameter.
|
|
10491
|
-
example: "
|
|
10679
|
+
name: "formula.functionList.CHISQ_INV_RT.functionParameter.probability.name",
|
|
10680
|
+
detail: "formula.functionList.CHISQ_INV_RT.functionParameter.probability.detail",
|
|
10681
|
+
example: "0.93",
|
|
10492
10682
|
require: 1,
|
|
10493
10683
|
repeat: 0
|
|
10494
10684
|
},
|
|
10495
10685
|
{
|
|
10496
|
-
name: "formula.functionList.CHISQ_INV_RT.functionParameter.
|
|
10497
|
-
detail: "formula.functionList.CHISQ_INV_RT.functionParameter.
|
|
10498
|
-
example: "
|
|
10686
|
+
name: "formula.functionList.CHISQ_INV_RT.functionParameter.degFreedom.name",
|
|
10687
|
+
detail: "formula.functionList.CHISQ_INV_RT.functionParameter.degFreedom.detail",
|
|
10688
|
+
example: "1",
|
|
10499
10689
|
require: 1,
|
|
10500
10690
|
repeat: 0
|
|
10501
10691
|
}
|
|
@@ -10508,16 +10698,16 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10508
10698
|
abstract: "formula.functionList.CHISQ_TEST.abstract",
|
|
10509
10699
|
functionParameter: [
|
|
10510
10700
|
{
|
|
10511
|
-
name: "formula.functionList.CHISQ_TEST.functionParameter.
|
|
10512
|
-
detail: "formula.functionList.CHISQ_TEST.functionParameter.
|
|
10513
|
-
example: "
|
|
10701
|
+
name: "formula.functionList.CHISQ_TEST.functionParameter.actualRange.name",
|
|
10702
|
+
detail: "formula.functionList.CHISQ_TEST.functionParameter.actualRange.detail",
|
|
10703
|
+
example: "{58,35;11,25;10,23}",
|
|
10514
10704
|
require: 1,
|
|
10515
10705
|
repeat: 0
|
|
10516
10706
|
},
|
|
10517
10707
|
{
|
|
10518
|
-
name: "formula.functionList.CHISQ_TEST.functionParameter.
|
|
10519
|
-
detail: "formula.functionList.CHISQ_TEST.functionParameter.
|
|
10520
|
-
example: "
|
|
10708
|
+
name: "formula.functionList.CHISQ_TEST.functionParameter.expectedRange.name",
|
|
10709
|
+
detail: "formula.functionList.CHISQ_TEST.functionParameter.expectedRange.detail",
|
|
10710
|
+
example: "{45.35,47.65;17.56,18.44;16.09,16.91}",
|
|
10521
10711
|
require: 1,
|
|
10522
10712
|
repeat: 0
|
|
10523
10713
|
}
|
|
@@ -10530,16 +10720,23 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10530
10720
|
abstract: "formula.functionList.CONFIDENCE_NORM.abstract",
|
|
10531
10721
|
functionParameter: [
|
|
10532
10722
|
{
|
|
10533
|
-
name: "formula.functionList.CONFIDENCE_NORM.functionParameter.
|
|
10534
|
-
detail: "formula.functionList.CONFIDENCE_NORM.functionParameter.
|
|
10535
|
-
example: "
|
|
10723
|
+
name: "formula.functionList.CONFIDENCE_NORM.functionParameter.alpha.name",
|
|
10724
|
+
detail: "formula.functionList.CONFIDENCE_NORM.functionParameter.alpha.detail",
|
|
10725
|
+
example: "0.05",
|
|
10536
10726
|
require: 1,
|
|
10537
10727
|
repeat: 0
|
|
10538
10728
|
},
|
|
10539
10729
|
{
|
|
10540
|
-
name: "formula.functionList.CONFIDENCE_NORM.functionParameter.
|
|
10541
|
-
detail: "formula.functionList.CONFIDENCE_NORM.functionParameter.
|
|
10542
|
-
example: "
|
|
10730
|
+
name: "formula.functionList.CONFIDENCE_NORM.functionParameter.standardDev.name",
|
|
10731
|
+
detail: "formula.functionList.CONFIDENCE_NORM.functionParameter.standardDev.detail",
|
|
10732
|
+
example: "2.5",
|
|
10733
|
+
require: 1,
|
|
10734
|
+
repeat: 0
|
|
10735
|
+
},
|
|
10736
|
+
{
|
|
10737
|
+
name: "formula.functionList.CONFIDENCE_NORM.functionParameter.size.name",
|
|
10738
|
+
detail: "formula.functionList.CONFIDENCE_NORM.functionParameter.size.detail",
|
|
10739
|
+
example: "50",
|
|
10543
10740
|
require: 1,
|
|
10544
10741
|
repeat: 0
|
|
10545
10742
|
}
|
|
@@ -10552,16 +10749,23 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10552
10749
|
abstract: "formula.functionList.CONFIDENCE_T.abstract",
|
|
10553
10750
|
functionParameter: [
|
|
10554
10751
|
{
|
|
10555
|
-
name: "formula.functionList.CONFIDENCE_T.functionParameter.
|
|
10556
|
-
detail: "formula.functionList.CONFIDENCE_T.functionParameter.
|
|
10557
|
-
example: "
|
|
10752
|
+
name: "formula.functionList.CONFIDENCE_T.functionParameter.alpha.name",
|
|
10753
|
+
detail: "formula.functionList.CONFIDENCE_T.functionParameter.alpha.detail",
|
|
10754
|
+
example: "0.05",
|
|
10558
10755
|
require: 1,
|
|
10559
10756
|
repeat: 0
|
|
10560
10757
|
},
|
|
10561
10758
|
{
|
|
10562
|
-
name: "formula.functionList.CONFIDENCE_T.functionParameter.
|
|
10563
|
-
detail: "formula.functionList.CONFIDENCE_T.functionParameter.
|
|
10564
|
-
example: "
|
|
10759
|
+
name: "formula.functionList.CONFIDENCE_T.functionParameter.standardDev.name",
|
|
10760
|
+
detail: "formula.functionList.CONFIDENCE_T.functionParameter.standardDev.detail",
|
|
10761
|
+
example: "2.5",
|
|
10762
|
+
require: 1,
|
|
10763
|
+
repeat: 0
|
|
10764
|
+
},
|
|
10765
|
+
{
|
|
10766
|
+
name: "formula.functionList.CONFIDENCE_T.functionParameter.size.name",
|
|
10767
|
+
detail: "formula.functionList.CONFIDENCE_T.functionParameter.size.detail",
|
|
10768
|
+
example: "50",
|
|
10565
10769
|
require: 1,
|
|
10566
10770
|
repeat: 0
|
|
10567
10771
|
}
|
|
@@ -10574,16 +10778,16 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10574
10778
|
abstract: "formula.functionList.CORREL.abstract",
|
|
10575
10779
|
functionParameter: [
|
|
10576
10780
|
{
|
|
10577
|
-
name: "formula.functionList.CORREL.functionParameter.
|
|
10578
|
-
detail: "formula.functionList.CORREL.functionParameter.
|
|
10579
|
-
example: "
|
|
10781
|
+
name: "formula.functionList.CORREL.functionParameter.array1.name",
|
|
10782
|
+
detail: "formula.functionList.CORREL.functionParameter.array1.detail",
|
|
10783
|
+
example: "{3,2,4,5,6}",
|
|
10580
10784
|
require: 1,
|
|
10581
10785
|
repeat: 0
|
|
10582
10786
|
},
|
|
10583
10787
|
{
|
|
10584
|
-
name: "formula.functionList.CORREL.functionParameter.
|
|
10585
|
-
detail: "formula.functionList.CORREL.functionParameter.
|
|
10586
|
-
example: "
|
|
10788
|
+
name: "formula.functionList.CORREL.functionParameter.array2.name",
|
|
10789
|
+
detail: "formula.functionList.CORREL.functionParameter.array2.detail",
|
|
10790
|
+
example: "{9,7,12,15,17}",
|
|
10587
10791
|
require: 1,
|
|
10588
10792
|
repeat: 0
|
|
10589
10793
|
}
|
|
@@ -10715,16 +10919,16 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10715
10919
|
abstract: "formula.functionList.COVARIANCE_P.abstract",
|
|
10716
10920
|
functionParameter: [
|
|
10717
10921
|
{
|
|
10718
|
-
name: "formula.functionList.COVARIANCE_P.functionParameter.
|
|
10719
|
-
detail: "formula.functionList.COVARIANCE_P.functionParameter.
|
|
10720
|
-
example: "
|
|
10922
|
+
name: "formula.functionList.COVARIANCE_P.functionParameter.array1.name",
|
|
10923
|
+
detail: "formula.functionList.COVARIANCE_P.functionParameter.array1.detail",
|
|
10924
|
+
example: "{3,2,4,5,6}",
|
|
10721
10925
|
require: 1,
|
|
10722
10926
|
repeat: 0
|
|
10723
10927
|
},
|
|
10724
10928
|
{
|
|
10725
|
-
name: "formula.functionList.COVARIANCE_P.functionParameter.
|
|
10726
|
-
detail: "formula.functionList.COVARIANCE_P.functionParameter.
|
|
10727
|
-
example: "
|
|
10929
|
+
name: "formula.functionList.COVARIANCE_P.functionParameter.array2.name",
|
|
10930
|
+
detail: "formula.functionList.COVARIANCE_P.functionParameter.array2.detail",
|
|
10931
|
+
example: "{9,7,12,15,17}",
|
|
10728
10932
|
require: 1,
|
|
10729
10933
|
repeat: 0
|
|
10730
10934
|
}
|
|
@@ -10737,16 +10941,16 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10737
10941
|
abstract: "formula.functionList.COVARIANCE_S.abstract",
|
|
10738
10942
|
functionParameter: [
|
|
10739
10943
|
{
|
|
10740
|
-
name: "formula.functionList.COVARIANCE_S.functionParameter.
|
|
10741
|
-
detail: "formula.functionList.COVARIANCE_S.functionParameter.
|
|
10742
|
-
example: "
|
|
10944
|
+
name: "formula.functionList.COVARIANCE_S.functionParameter.array1.name",
|
|
10945
|
+
detail: "formula.functionList.COVARIANCE_S.functionParameter.array1.detail",
|
|
10946
|
+
example: "{3,2,4,5,6}",
|
|
10743
10947
|
require: 1,
|
|
10744
10948
|
repeat: 0
|
|
10745
10949
|
},
|
|
10746
10950
|
{
|
|
10747
|
-
name: "formula.functionList.COVARIANCE_S.functionParameter.
|
|
10748
|
-
detail: "formula.functionList.COVARIANCE_S.functionParameter.
|
|
10749
|
-
example: "
|
|
10951
|
+
name: "formula.functionList.COVARIANCE_S.functionParameter.array2.name",
|
|
10952
|
+
detail: "formula.functionList.COVARIANCE_S.functionParameter.array2.detail",
|
|
10953
|
+
example: "{9,7,12,15,17}",
|
|
10750
10954
|
require: 1,
|
|
10751
10955
|
repeat: 0
|
|
10752
10956
|
}
|
|
@@ -10761,16 +10965,16 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10761
10965
|
{
|
|
10762
10966
|
name: "formula.functionList.DEVSQ.functionParameter.number1.name",
|
|
10763
10967
|
detail: "formula.functionList.DEVSQ.functionParameter.number1.detail",
|
|
10764
|
-
example: "
|
|
10968
|
+
example: "1",
|
|
10765
10969
|
require: 1,
|
|
10766
10970
|
repeat: 0
|
|
10767
10971
|
},
|
|
10768
10972
|
{
|
|
10769
10973
|
name: "formula.functionList.DEVSQ.functionParameter.number2.name",
|
|
10770
10974
|
detail: "formula.functionList.DEVSQ.functionParameter.number2.detail",
|
|
10771
|
-
example: "
|
|
10772
|
-
require:
|
|
10773
|
-
repeat:
|
|
10975
|
+
example: "2",
|
|
10976
|
+
require: 0,
|
|
10977
|
+
repeat: 1
|
|
10774
10978
|
}
|
|
10775
10979
|
]
|
|
10776
10980
|
},
|
|
@@ -10781,16 +10985,23 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10781
10985
|
abstract: "formula.functionList.EXPON_DIST.abstract",
|
|
10782
10986
|
functionParameter: [
|
|
10783
10987
|
{
|
|
10784
|
-
name: "formula.functionList.EXPON_DIST.functionParameter.
|
|
10785
|
-
detail: "formula.functionList.EXPON_DIST.functionParameter.
|
|
10786
|
-
example: "
|
|
10988
|
+
name: "formula.functionList.EXPON_DIST.functionParameter.x.name",
|
|
10989
|
+
detail: "formula.functionList.EXPON_DIST.functionParameter.x.detail",
|
|
10990
|
+
example: "0.2",
|
|
10787
10991
|
require: 1,
|
|
10788
10992
|
repeat: 0
|
|
10789
10993
|
},
|
|
10790
10994
|
{
|
|
10791
|
-
name: "formula.functionList.EXPON_DIST.functionParameter.
|
|
10792
|
-
detail: "formula.functionList.EXPON_DIST.functionParameter.
|
|
10793
|
-
example: "
|
|
10995
|
+
name: "formula.functionList.EXPON_DIST.functionParameter.lambda.name",
|
|
10996
|
+
detail: "formula.functionList.EXPON_DIST.functionParameter.lambda.detail",
|
|
10997
|
+
example: "10",
|
|
10998
|
+
require: 1,
|
|
10999
|
+
repeat: 0
|
|
11000
|
+
},
|
|
11001
|
+
{
|
|
11002
|
+
name: "formula.functionList.EXPON_DIST.functionParameter.cumulative.name",
|
|
11003
|
+
detail: "formula.functionList.EXPON_DIST.functionParameter.cumulative.detail",
|
|
11004
|
+
example: "true",
|
|
10794
11005
|
require: 1,
|
|
10795
11006
|
repeat: 0
|
|
10796
11007
|
}
|
|
@@ -10803,16 +11014,30 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10803
11014
|
abstract: "formula.functionList.F_DIST.abstract",
|
|
10804
11015
|
functionParameter: [
|
|
10805
11016
|
{
|
|
10806
|
-
name: "formula.functionList.F_DIST.functionParameter.
|
|
10807
|
-
detail: "formula.functionList.F_DIST.functionParameter.
|
|
10808
|
-
example: "
|
|
11017
|
+
name: "formula.functionList.F_DIST.functionParameter.x.name",
|
|
11018
|
+
detail: "formula.functionList.F_DIST.functionParameter.x.detail",
|
|
11019
|
+
example: "15.2069",
|
|
10809
11020
|
require: 1,
|
|
10810
11021
|
repeat: 0
|
|
10811
11022
|
},
|
|
10812
11023
|
{
|
|
10813
|
-
name: "formula.functionList.F_DIST.functionParameter.
|
|
10814
|
-
detail: "formula.functionList.F_DIST.functionParameter.
|
|
10815
|
-
example: "
|
|
11024
|
+
name: "formula.functionList.F_DIST.functionParameter.degFreedom1.name",
|
|
11025
|
+
detail: "formula.functionList.F_DIST.functionParameter.degFreedom1.detail",
|
|
11026
|
+
example: "6",
|
|
11027
|
+
require: 1,
|
|
11028
|
+
repeat: 0
|
|
11029
|
+
},
|
|
11030
|
+
{
|
|
11031
|
+
name: "formula.functionList.F_DIST.functionParameter.degFreedom2.name",
|
|
11032
|
+
detail: "formula.functionList.F_DIST.functionParameter.degFreedom2.detail",
|
|
11033
|
+
example: "4",
|
|
11034
|
+
require: 1,
|
|
11035
|
+
repeat: 0
|
|
11036
|
+
},
|
|
11037
|
+
{
|
|
11038
|
+
name: "formula.functionList.F_DIST.functionParameter.cumulative.name",
|
|
11039
|
+
detail: "formula.functionList.F_DIST.functionParameter.cumulative.detail",
|
|
11040
|
+
example: "true",
|
|
10816
11041
|
require: 1,
|
|
10817
11042
|
repeat: 0
|
|
10818
11043
|
}
|
|
@@ -10825,16 +11050,23 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10825
11050
|
abstract: "formula.functionList.F_DIST_RT.abstract",
|
|
10826
11051
|
functionParameter: [
|
|
10827
11052
|
{
|
|
10828
|
-
name: "formula.functionList.F_DIST_RT.functionParameter.
|
|
10829
|
-
detail: "formula.functionList.F_DIST_RT.functionParameter.
|
|
10830
|
-
example: "
|
|
11053
|
+
name: "formula.functionList.F_DIST_RT.functionParameter.x.name",
|
|
11054
|
+
detail: "formula.functionList.F_DIST_RT.functionParameter.x.detail",
|
|
11055
|
+
example: "15.2069",
|
|
10831
11056
|
require: 1,
|
|
10832
11057
|
repeat: 0
|
|
10833
11058
|
},
|
|
10834
11059
|
{
|
|
10835
|
-
name: "formula.functionList.F_DIST_RT.functionParameter.
|
|
10836
|
-
detail: "formula.functionList.F_DIST_RT.functionParameter.
|
|
10837
|
-
example: "
|
|
11060
|
+
name: "formula.functionList.F_DIST_RT.functionParameter.degFreedom1.name",
|
|
11061
|
+
detail: "formula.functionList.F_DIST_RT.functionParameter.degFreedom1.detail",
|
|
11062
|
+
example: "6",
|
|
11063
|
+
require: 1,
|
|
11064
|
+
repeat: 0
|
|
11065
|
+
},
|
|
11066
|
+
{
|
|
11067
|
+
name: "formula.functionList.F_DIST_RT.functionParameter.degFreedom2.name",
|
|
11068
|
+
detail: "formula.functionList.F_DIST_RT.functionParameter.degFreedom2.detail",
|
|
11069
|
+
example: "4",
|
|
10838
11070
|
require: 1,
|
|
10839
11071
|
repeat: 0
|
|
10840
11072
|
}
|
|
@@ -10847,16 +11079,23 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10847
11079
|
abstract: "formula.functionList.F_INV.abstract",
|
|
10848
11080
|
functionParameter: [
|
|
10849
11081
|
{
|
|
10850
|
-
name: "formula.functionList.F_INV.functionParameter.
|
|
10851
|
-
detail: "formula.functionList.F_INV.functionParameter.
|
|
10852
|
-
example: "
|
|
11082
|
+
name: "formula.functionList.F_INV.functionParameter.probability.name",
|
|
11083
|
+
detail: "formula.functionList.F_INV.functionParameter.probability.detail",
|
|
11084
|
+
example: "0.01",
|
|
10853
11085
|
require: 1,
|
|
10854
11086
|
repeat: 0
|
|
10855
11087
|
},
|
|
10856
11088
|
{
|
|
10857
|
-
name: "formula.functionList.F_INV.functionParameter.
|
|
10858
|
-
detail: "formula.functionList.F_INV.functionParameter.
|
|
10859
|
-
example: "
|
|
11089
|
+
name: "formula.functionList.F_INV.functionParameter.degFreedom1.name",
|
|
11090
|
+
detail: "formula.functionList.F_INV.functionParameter.degFreedom1.detail",
|
|
11091
|
+
example: "6",
|
|
11092
|
+
require: 1,
|
|
11093
|
+
repeat: 0
|
|
11094
|
+
},
|
|
11095
|
+
{
|
|
11096
|
+
name: "formula.functionList.F_INV.functionParameter.degFreedom2.name",
|
|
11097
|
+
detail: "formula.functionList.F_INV.functionParameter.degFreedom2.detail",
|
|
11098
|
+
example: "4",
|
|
10860
11099
|
require: 1,
|
|
10861
11100
|
repeat: 0
|
|
10862
11101
|
}
|
|
@@ -10869,16 +11108,23 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10869
11108
|
abstract: "formula.functionList.F_INV_RT.abstract",
|
|
10870
11109
|
functionParameter: [
|
|
10871
11110
|
{
|
|
10872
|
-
name: "formula.functionList.F_INV_RT.functionParameter.
|
|
10873
|
-
detail: "formula.functionList.F_INV_RT.functionParameter.
|
|
10874
|
-
example: "
|
|
11111
|
+
name: "formula.functionList.F_INV_RT.functionParameter.probability.name",
|
|
11112
|
+
detail: "formula.functionList.F_INV_RT.functionParameter.probability.detail",
|
|
11113
|
+
example: "0.01",
|
|
10875
11114
|
require: 1,
|
|
10876
11115
|
repeat: 0
|
|
10877
11116
|
},
|
|
10878
11117
|
{
|
|
10879
|
-
name: "formula.functionList.F_INV_RT.functionParameter.
|
|
10880
|
-
detail: "formula.functionList.F_INV_RT.functionParameter.
|
|
10881
|
-
example: "
|
|
11118
|
+
name: "formula.functionList.F_INV_RT.functionParameter.degFreedom1.name",
|
|
11119
|
+
detail: "formula.functionList.F_INV_RT.functionParameter.degFreedom1.detail",
|
|
11120
|
+
example: "6",
|
|
11121
|
+
require: 1,
|
|
11122
|
+
repeat: 0
|
|
11123
|
+
},
|
|
11124
|
+
{
|
|
11125
|
+
name: "formula.functionList.F_INV_RT.functionParameter.degFreedom2.name",
|
|
11126
|
+
detail: "formula.functionList.F_INV_RT.functionParameter.degFreedom2.detail",
|
|
11127
|
+
example: "4",
|
|
10882
11128
|
require: 1,
|
|
10883
11129
|
repeat: 0
|
|
10884
11130
|
}
|
|
@@ -10891,16 +11137,16 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10891
11137
|
abstract: "formula.functionList.F_TEST.abstract",
|
|
10892
11138
|
functionParameter: [
|
|
10893
11139
|
{
|
|
10894
|
-
name: "formula.functionList.F_TEST.functionParameter.
|
|
10895
|
-
detail: "formula.functionList.F_TEST.functionParameter.
|
|
10896
|
-
example: "
|
|
11140
|
+
name: "formula.functionList.F_TEST.functionParameter.array1.name",
|
|
11141
|
+
detail: "formula.functionList.F_TEST.functionParameter.array1.detail",
|
|
11142
|
+
example: "{58,35;11,25;10,23}",
|
|
10897
11143
|
require: 1,
|
|
10898
11144
|
repeat: 0
|
|
10899
11145
|
},
|
|
10900
11146
|
{
|
|
10901
|
-
name: "formula.functionList.F_TEST.functionParameter.
|
|
10902
|
-
detail: "formula.functionList.F_TEST.functionParameter.
|
|
10903
|
-
example: "
|
|
11147
|
+
name: "formula.functionList.F_TEST.functionParameter.array2.name",
|
|
11148
|
+
detail: "formula.functionList.F_TEST.functionParameter.array2.detail",
|
|
11149
|
+
example: "{45.35,47.65;17.56,18.44;16.09,16.91}",
|
|
10904
11150
|
require: 1,
|
|
10905
11151
|
repeat: 0
|
|
10906
11152
|
}
|
|
@@ -10913,16 +11159,9 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10913
11159
|
abstract: "formula.functionList.FISHER.abstract",
|
|
10914
11160
|
functionParameter: [
|
|
10915
11161
|
{
|
|
10916
|
-
name: "formula.functionList.FISHER.functionParameter.
|
|
10917
|
-
detail: "formula.functionList.FISHER.functionParameter.
|
|
10918
|
-
example: "
|
|
10919
|
-
require: 1,
|
|
10920
|
-
repeat: 0
|
|
10921
|
-
},
|
|
10922
|
-
{
|
|
10923
|
-
name: "formula.functionList.FISHER.functionParameter.number2.name",
|
|
10924
|
-
detail: "formula.functionList.FISHER.functionParameter.number2.detail",
|
|
10925
|
-
example: "A1:A20",
|
|
11162
|
+
name: "formula.functionList.FISHER.functionParameter.x.name",
|
|
11163
|
+
detail: "formula.functionList.FISHER.functionParameter.x.detail",
|
|
11164
|
+
example: "0.75",
|
|
10926
11165
|
require: 1,
|
|
10927
11166
|
repeat: 0
|
|
10928
11167
|
}
|
|
@@ -10935,16 +11174,9 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10935
11174
|
abstract: "formula.functionList.FISHERINV.abstract",
|
|
10936
11175
|
functionParameter: [
|
|
10937
11176
|
{
|
|
10938
|
-
name: "formula.functionList.FISHERINV.functionParameter.
|
|
10939
|
-
detail: "formula.functionList.FISHERINV.functionParameter.
|
|
10940
|
-
example: "
|
|
10941
|
-
require: 1,
|
|
10942
|
-
repeat: 0
|
|
10943
|
-
},
|
|
10944
|
-
{
|
|
10945
|
-
name: "formula.functionList.FISHERINV.functionParameter.number2.name",
|
|
10946
|
-
detail: "formula.functionList.FISHERINV.functionParameter.number2.detail",
|
|
10947
|
-
example: "A1:A20",
|
|
11177
|
+
name: "formula.functionList.FISHERINV.functionParameter.y.name",
|
|
11178
|
+
detail: "formula.functionList.FISHERINV.functionParameter.y.detail",
|
|
11179
|
+
example: "0.75",
|
|
10948
11180
|
require: 1,
|
|
10949
11181
|
repeat: 0
|
|
10950
11182
|
}
|
|
@@ -10957,16 +11189,23 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
10957
11189
|
abstract: "formula.functionList.FORECAST.abstract",
|
|
10958
11190
|
functionParameter: [
|
|
10959
11191
|
{
|
|
10960
|
-
name: "formula.functionList.FORECAST.functionParameter.
|
|
10961
|
-
detail: "formula.functionList.FORECAST.functionParameter.
|
|
10962
|
-
example: "
|
|
11192
|
+
name: "formula.functionList.FORECAST.functionParameter.x.name",
|
|
11193
|
+
detail: "formula.functionList.FORECAST.functionParameter.x.detail",
|
|
11194
|
+
example: "30",
|
|
10963
11195
|
require: 1,
|
|
10964
11196
|
repeat: 0
|
|
10965
11197
|
},
|
|
10966
11198
|
{
|
|
10967
|
-
name: "formula.functionList.FORECAST.functionParameter.
|
|
10968
|
-
detail: "formula.functionList.FORECAST.functionParameter.
|
|
10969
|
-
example: "
|
|
11199
|
+
name: "formula.functionList.FORECAST.functionParameter.knownYs.name",
|
|
11200
|
+
detail: "formula.functionList.FORECAST.functionParameter.knownYs.detail",
|
|
11201
|
+
example: "{6,7,9,15,21}",
|
|
11202
|
+
require: 1,
|
|
11203
|
+
repeat: 0
|
|
11204
|
+
},
|
|
11205
|
+
{
|
|
11206
|
+
name: "formula.functionList.FORECAST.functionParameter.knownXs.name",
|
|
11207
|
+
detail: "formula.functionList.FORECAST.functionParameter.knownXs.detail",
|
|
11208
|
+
example: "{20,28,31,38,40}",
|
|
10970
11209
|
require: 1,
|
|
10971
11210
|
repeat: 0
|
|
10972
11211
|
}
|
|
@@ -11067,16 +11306,23 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
11067
11306
|
abstract: "formula.functionList.FORECAST_LINEAR.abstract",
|
|
11068
11307
|
functionParameter: [
|
|
11069
11308
|
{
|
|
11070
|
-
name: "formula.functionList.FORECAST_LINEAR.functionParameter.
|
|
11071
|
-
detail: "formula.functionList.FORECAST_LINEAR.functionParameter.
|
|
11072
|
-
example: "
|
|
11309
|
+
name: "formula.functionList.FORECAST_LINEAR.functionParameter.x.name",
|
|
11310
|
+
detail: "formula.functionList.FORECAST_LINEAR.functionParameter.x.detail",
|
|
11311
|
+
example: "30",
|
|
11073
11312
|
require: 1,
|
|
11074
11313
|
repeat: 0
|
|
11075
11314
|
},
|
|
11076
11315
|
{
|
|
11077
|
-
name: "formula.functionList.FORECAST_LINEAR.functionParameter.
|
|
11078
|
-
detail: "formula.functionList.FORECAST_LINEAR.functionParameter.
|
|
11079
|
-
example: "
|
|
11316
|
+
name: "formula.functionList.FORECAST_LINEAR.functionParameter.knownYs.name",
|
|
11317
|
+
detail: "formula.functionList.FORECAST_LINEAR.functionParameter.knownYs.detail",
|
|
11318
|
+
example: "{6,7,9,15,21}",
|
|
11319
|
+
require: 1,
|
|
11320
|
+
repeat: 0
|
|
11321
|
+
},
|
|
11322
|
+
{
|
|
11323
|
+
name: "formula.functionList.FORECAST_LINEAR.functionParameter.knownXs.name",
|
|
11324
|
+
detail: "formula.functionList.FORECAST_LINEAR.functionParameter.knownXs.detail",
|
|
11325
|
+
example: "{20,28,31,38,40}",
|
|
11080
11326
|
require: 1,
|
|
11081
11327
|
repeat: 0
|
|
11082
11328
|
}
|
|
@@ -11331,16 +11577,16 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
11331
11577
|
abstract: "formula.functionList.INTERCEPT.abstract",
|
|
11332
11578
|
functionParameter: [
|
|
11333
11579
|
{
|
|
11334
|
-
name: "formula.functionList.INTERCEPT.functionParameter.
|
|
11335
|
-
detail: "formula.functionList.INTERCEPT.functionParameter.
|
|
11336
|
-
example: "
|
|
11580
|
+
name: "formula.functionList.INTERCEPT.functionParameter.knownYs.name",
|
|
11581
|
+
detail: "formula.functionList.INTERCEPT.functionParameter.knownYs.detail",
|
|
11582
|
+
example: "{6,7,9,15,21}",
|
|
11337
11583
|
require: 1,
|
|
11338
11584
|
repeat: 0
|
|
11339
11585
|
},
|
|
11340
11586
|
{
|
|
11341
|
-
name: "formula.functionList.INTERCEPT.functionParameter.
|
|
11342
|
-
detail: "formula.functionList.INTERCEPT.functionParameter.
|
|
11343
|
-
example: "
|
|
11587
|
+
name: "formula.functionList.INTERCEPT.functionParameter.knownXs.name",
|
|
11588
|
+
detail: "formula.functionList.INTERCEPT.functionParameter.knownXs.detail",
|
|
11589
|
+
example: "{20,28,31,38,40}",
|
|
11344
11590
|
require: 1,
|
|
11345
11591
|
repeat: 0
|
|
11346
11592
|
}
|
|
@@ -11749,16 +11995,30 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
11749
11995
|
abstract: "formula.functionList.NORM_DIST.abstract",
|
|
11750
11996
|
functionParameter: [
|
|
11751
11997
|
{
|
|
11752
|
-
name: "formula.functionList.NORM_DIST.functionParameter.
|
|
11753
|
-
detail: "formula.functionList.NORM_DIST.functionParameter.
|
|
11754
|
-
example: "
|
|
11998
|
+
name: "formula.functionList.NORM_DIST.functionParameter.x.name",
|
|
11999
|
+
detail: "formula.functionList.NORM_DIST.functionParameter.x.detail",
|
|
12000
|
+
example: "42",
|
|
11755
12001
|
require: 1,
|
|
11756
12002
|
repeat: 0
|
|
11757
12003
|
},
|
|
11758
12004
|
{
|
|
11759
|
-
name: "formula.functionList.NORM_DIST.functionParameter.
|
|
11760
|
-
detail: "formula.functionList.NORM_DIST.functionParameter.
|
|
11761
|
-
example: "
|
|
12005
|
+
name: "formula.functionList.NORM_DIST.functionParameter.mean.name",
|
|
12006
|
+
detail: "formula.functionList.NORM_DIST.functionParameter.mean.detail",
|
|
12007
|
+
example: "40",
|
|
12008
|
+
require: 1,
|
|
12009
|
+
repeat: 0
|
|
12010
|
+
},
|
|
12011
|
+
{
|
|
12012
|
+
name: "formula.functionList.NORM_DIST.functionParameter.standardDev.name",
|
|
12013
|
+
detail: "formula.functionList.NORM_DIST.functionParameter.standardDev.detail",
|
|
12014
|
+
example: "1.5",
|
|
12015
|
+
require: 1,
|
|
12016
|
+
repeat: 0
|
|
12017
|
+
},
|
|
12018
|
+
{
|
|
12019
|
+
name: "formula.functionList.NORM_DIST.functionParameter.cumulative.name",
|
|
12020
|
+
detail: "formula.functionList.NORM_DIST.functionParameter.cumulative.detail",
|
|
12021
|
+
example: "true",
|
|
11762
12022
|
require: 1,
|
|
11763
12023
|
repeat: 0
|
|
11764
12024
|
}
|
|
@@ -11771,16 +12031,23 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
11771
12031
|
abstract: "formula.functionList.NORM_INV.abstract",
|
|
11772
12032
|
functionParameter: [
|
|
11773
12033
|
{
|
|
11774
|
-
name: "formula.functionList.NORM_INV.functionParameter.
|
|
11775
|
-
detail: "formula.functionList.NORM_INV.functionParameter.
|
|
11776
|
-
example: "
|
|
12034
|
+
name: "formula.functionList.NORM_INV.functionParameter.probability.name",
|
|
12035
|
+
detail: "formula.functionList.NORM_INV.functionParameter.probability.detail",
|
|
12036
|
+
example: "0.908789",
|
|
11777
12037
|
require: 1,
|
|
11778
12038
|
repeat: 0
|
|
11779
12039
|
},
|
|
11780
12040
|
{
|
|
11781
|
-
name: "formula.functionList.NORM_INV.functionParameter.
|
|
11782
|
-
detail: "formula.functionList.NORM_INV.functionParameter.
|
|
11783
|
-
example: "
|
|
12041
|
+
name: "formula.functionList.NORM_INV.functionParameter.mean.name",
|
|
12042
|
+
detail: "formula.functionList.NORM_INV.functionParameter.mean.detail",
|
|
12043
|
+
example: "40",
|
|
12044
|
+
require: 1,
|
|
12045
|
+
repeat: 0
|
|
12046
|
+
},
|
|
12047
|
+
{
|
|
12048
|
+
name: "formula.functionList.NORM_INV.functionParameter.standardDev.name",
|
|
12049
|
+
detail: "formula.functionList.NORM_INV.functionParameter.standardDev.detail",
|
|
12050
|
+
example: "1.5",
|
|
11784
12051
|
require: 1,
|
|
11785
12052
|
repeat: 0
|
|
11786
12053
|
}
|
|
@@ -11793,16 +12060,16 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
11793
12060
|
abstract: "formula.functionList.NORM_S_DIST.abstract",
|
|
11794
12061
|
functionParameter: [
|
|
11795
12062
|
{
|
|
11796
|
-
name: "formula.functionList.NORM_S_DIST.functionParameter.
|
|
11797
|
-
detail: "formula.functionList.NORM_S_DIST.functionParameter.
|
|
11798
|
-
example: "
|
|
12063
|
+
name: "formula.functionList.NORM_S_DIST.functionParameter.z.name",
|
|
12064
|
+
detail: "formula.functionList.NORM_S_DIST.functionParameter.z.detail",
|
|
12065
|
+
example: "1.333333",
|
|
11799
12066
|
require: 1,
|
|
11800
12067
|
repeat: 0
|
|
11801
12068
|
},
|
|
11802
12069
|
{
|
|
11803
|
-
name: "formula.functionList.NORM_S_DIST.functionParameter.
|
|
11804
|
-
detail: "formula.functionList.NORM_S_DIST.functionParameter.
|
|
11805
|
-
example: "
|
|
12070
|
+
name: "formula.functionList.NORM_S_DIST.functionParameter.cumulative.name",
|
|
12071
|
+
detail: "formula.functionList.NORM_S_DIST.functionParameter.cumulative.detail",
|
|
12072
|
+
example: "true",
|
|
11806
12073
|
require: 1,
|
|
11807
12074
|
repeat: 0
|
|
11808
12075
|
}
|
|
@@ -11815,16 +12082,9 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
11815
12082
|
abstract: "formula.functionList.NORM_S_INV.abstract",
|
|
11816
12083
|
functionParameter: [
|
|
11817
12084
|
{
|
|
11818
|
-
name: "formula.functionList.NORM_S_INV.functionParameter.
|
|
11819
|
-
detail: "formula.functionList.NORM_S_INV.functionParameter.
|
|
11820
|
-
example: "
|
|
11821
|
-
require: 1,
|
|
11822
|
-
repeat: 0
|
|
11823
|
-
},
|
|
11824
|
-
{
|
|
11825
|
-
name: "formula.functionList.NORM_S_INV.functionParameter.number2.name",
|
|
11826
|
-
detail: "formula.functionList.NORM_S_INV.functionParameter.number2.detail",
|
|
11827
|
-
example: "A1:A20",
|
|
12085
|
+
name: "formula.functionList.NORM_S_INV.functionParameter.probability.name",
|
|
12086
|
+
detail: "formula.functionList.NORM_S_INV.functionParameter.probability.detail",
|
|
12087
|
+
example: "0.908789",
|
|
11828
12088
|
require: 1,
|
|
11829
12089
|
repeat: 0
|
|
11830
12090
|
}
|
|
@@ -13040,17 +13300,17 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
13040
13300
|
abstract: "formula.functionList.LEFTB.abstract",
|
|
13041
13301
|
functionParameter: [
|
|
13042
13302
|
{
|
|
13043
|
-
name: "formula.functionList.LEFTB.functionParameter.
|
|
13044
|
-
detail: "formula.functionList.LEFTB.functionParameter.
|
|
13045
|
-
example: "
|
|
13303
|
+
name: "formula.functionList.LEFTB.functionParameter.text.name",
|
|
13304
|
+
detail: "formula.functionList.LEFTB.functionParameter.text.detail",
|
|
13305
|
+
example: '"Hello Univer"',
|
|
13046
13306
|
require: 1,
|
|
13047
13307
|
repeat: 0
|
|
13048
13308
|
},
|
|
13049
13309
|
{
|
|
13050
|
-
name: "formula.functionList.LEFTB.functionParameter.
|
|
13051
|
-
detail: "formula.functionList.LEFTB.functionParameter.
|
|
13052
|
-
example: "
|
|
13053
|
-
require:
|
|
13310
|
+
name: "formula.functionList.LEFTB.functionParameter.numBytes.name",
|
|
13311
|
+
detail: "formula.functionList.LEFTB.functionParameter.numBytes.detail",
|
|
13312
|
+
example: "1",
|
|
13313
|
+
require: 0,
|
|
13054
13314
|
repeat: 0
|
|
13055
13315
|
}
|
|
13056
13316
|
]
|
|
@@ -13107,16 +13367,23 @@ const PLUGIN_CONFIG_KEY_BASE = "sheets-formula.base.config", defaultPluginBaseCo
|
|
|
13107
13367
|
abstract: "formula.functionList.MID.abstract",
|
|
13108
13368
|
functionParameter: [
|
|
13109
13369
|
{
|
|
13110
|
-
name: "formula.functionList.MID.functionParameter.
|
|
13111
|
-
detail: "formula.functionList.MID.functionParameter.
|
|
13112
|
-
example: "
|
|
13370
|
+
name: "formula.functionList.MID.functionParameter.text.name",
|
|
13371
|
+
detail: "formula.functionList.MID.functionParameter.text.detail",
|
|
13372
|
+
example: '"Hello Univer"',
|
|
13113
13373
|
require: 1,
|
|
13114
13374
|
repeat: 0
|
|
13115
13375
|
},
|
|
13116
13376
|
{
|
|
13117
|
-
name: "formula.functionList.MID.functionParameter.
|
|
13118
|
-
detail: "formula.functionList.MID.functionParameter.
|
|
13119
|
-
example: "
|
|
13377
|
+
name: "formula.functionList.MID.functionParameter.startNum.name",
|
|
13378
|
+
detail: "formula.functionList.MID.functionParameter.startNum.detail",
|
|
13379
|
+
example: "1",
|
|
13380
|
+
require: 1,
|
|
13381
|
+
repeat: 0
|
|
13382
|
+
},
|
|
13383
|
+
{
|
|
13384
|
+
name: "formula.functionList.MID.functionParameter.numChars.name",
|
|
13385
|
+
detail: "formula.functionList.MID.functionParameter.numChars.detail",
|
|
13386
|
+
example: "1",
|
|
13120
13387
|
require: 1,
|
|
13121
13388
|
repeat: 0
|
|
13122
13389
|
}
|
|
@@ -15432,6 +15699,7 @@ let UpdateFormulaController = (_a10 = class extends Disposable {
|
|
|
15432
15699
|
}
|
|
15433
15700
|
return { newFormulaData };
|
|
15434
15701
|
}
|
|
15702
|
+
// eslint-disable-next-line
|
|
15435
15703
|
_getNewRangeByMoveParam(unitRangeWidthOffset, formulaReferenceMoveParam, currentFormulaUnitId, currentFormulaSheetId) {
|
|
15436
15704
|
const { type, unitId: userUnitId, sheetId: userSheetId, range, from, to } = formulaReferenceMoveParam, {
|
|
15437
15705
|
range: unitRange,
|
|
@@ -15452,50 +15720,61 @@ let UpdateFormulaController = (_a10 = class extends Disposable {
|
|
|
15452
15720
|
return;
|
|
15453
15721
|
const sequenceRange = Rectangle.moveOffset(unitRange, refOffsetX, refOffsetY);
|
|
15454
15722
|
let newRange = null;
|
|
15455
|
-
if (type
|
|
15456
|
-
if (
|
|
15457
|
-
|
|
15458
|
-
|
|
15459
|
-
|
|
15460
|
-
|
|
15461
|
-
|
|
15462
|
-
|
|
15463
|
-
remainRange
|
|
15464
|
-
|
|
15465
|
-
|
|
15466
|
-
|
|
15467
|
-
|
|
15468
|
-
|
|
15469
|
-
|
|
15470
|
-
|
|
15471
|
-
|
|
15472
|
-
|
|
15473
|
-
|
|
15474
|
-
|
|
15475
|
-
|
|
15476
|
-
|
|
15477
|
-
|
|
15478
|
-
|
|
15479
|
-
|
|
15480
|
-
|
|
15481
|
-
|
|
15482
|
-
|
|
15483
|
-
|
|
15484
|
-
remainRange
|
|
15485
|
-
|
|
15486
|
-
|
|
15487
|
-
|
|
15488
|
-
|
|
15489
|
-
|
|
15490
|
-
|
|
15491
|
-
|
|
15492
|
-
|
|
15493
|
-
|
|
15494
|
-
|
|
15495
|
-
|
|
15496
|
-
|
|
15497
|
-
|
|
15498
|
-
|
|
15723
|
+
if (type === 0) {
|
|
15724
|
+
if (from == null || to == null)
|
|
15725
|
+
return;
|
|
15726
|
+
const moveEdge = this._checkMoveEdge(sequenceRange, from), remainRange = Rectangle.getIntersects(sequenceRange, from);
|
|
15727
|
+
if (remainRange == null || moveEdge !== 4)
|
|
15728
|
+
return;
|
|
15729
|
+
const operators = handleMoveRange(
|
|
15730
|
+
{ id: EffectRefRangId.MoveRangeCommandId, params: { toRange: to, fromRange: from } },
|
|
15731
|
+
remainRange
|
|
15732
|
+
), result = runRefRangeMutations(operators, remainRange);
|
|
15733
|
+
if (result == null)
|
|
15734
|
+
return ErrorType.REF;
|
|
15735
|
+
newRange = this._getMoveNewRange(moveEdge, result, from, to, sequenceRange, remainRange);
|
|
15736
|
+
} else if (type === 1) {
|
|
15737
|
+
if (from == null || to == null)
|
|
15738
|
+
return;
|
|
15739
|
+
const moveEdge = this._checkMoveEdge(sequenceRange, from);
|
|
15740
|
+
let remainRange = Rectangle.getIntersects(sequenceRange, from);
|
|
15741
|
+
if (remainRange == null && (from.endRow < sequenceRange.startRow && to.endRow < sequenceRange.startRow || from.startRow > sequenceRange.endRow && to.startRow > sequenceRange.endRow))
|
|
15742
|
+
return;
|
|
15743
|
+
remainRange == null && (remainRange = {
|
|
15744
|
+
startRow: sequenceRange.startRow,
|
|
15745
|
+
endRow: sequenceRange.endRow,
|
|
15746
|
+
startColumn: sequenceRange.startColumn,
|
|
15747
|
+
endColumn: sequenceRange.endColumn,
|
|
15748
|
+
rangeType: RANGE_TYPE.NORMAL
|
|
15749
|
+
});
|
|
15750
|
+
const operators = handleMoveRows(
|
|
15751
|
+
{ id: EffectRefRangId.MoveRowsCommandId, params: { toRange: to, fromRange: from } },
|
|
15752
|
+
remainRange
|
|
15753
|
+
), result = runRefRangeMutations(operators, remainRange);
|
|
15754
|
+
if (result == null)
|
|
15755
|
+
return ErrorType.REF;
|
|
15756
|
+
newRange = this._getMoveNewRange(moveEdge, result, from, to, sequenceRange, remainRange);
|
|
15757
|
+
} else if (type === 2) {
|
|
15758
|
+
if (from == null || to == null)
|
|
15759
|
+
return;
|
|
15760
|
+
const moveEdge = this._checkMoveEdge(sequenceRange, from);
|
|
15761
|
+
let remainRange = Rectangle.getIntersects(sequenceRange, from);
|
|
15762
|
+
if (remainRange == null && (from.endColumn < sequenceRange.startColumn && to.endColumn < sequenceRange.startColumn || from.startColumn > sequenceRange.endColumn && to.startColumn > sequenceRange.endColumn))
|
|
15763
|
+
return;
|
|
15764
|
+
remainRange == null && (remainRange = {
|
|
15765
|
+
startRow: sequenceRange.startRow,
|
|
15766
|
+
endRow: sequenceRange.endRow,
|
|
15767
|
+
startColumn: sequenceRange.startColumn,
|
|
15768
|
+
endColumn: sequenceRange.endColumn,
|
|
15769
|
+
rangeType: RANGE_TYPE.NORMAL
|
|
15770
|
+
});
|
|
15771
|
+
const operators = handleMoveCols(
|
|
15772
|
+
{ id: EffectRefRangId.MoveColsCommandId, params: { toRange: to, fromRange: from } },
|
|
15773
|
+
remainRange
|
|
15774
|
+
), result = runRefRangeMutations(operators, remainRange);
|
|
15775
|
+
if (result == null)
|
|
15776
|
+
return ErrorType.REF;
|
|
15777
|
+
newRange = this._getMoveNewRange(moveEdge, result, from, to, sequenceRange, remainRange);
|
|
15499
15778
|
}
|
|
15500
15779
|
if (range != null) {
|
|
15501
15780
|
if (type === 3) {
|
|
@@ -15656,6 +15935,7 @@ let UpdateFormulaController = (_a10 = class extends Disposable {
|
|
|
15656
15935
|
* @param originRange
|
|
15657
15936
|
* @param fromRange
|
|
15658
15937
|
*/
|
|
15938
|
+
// eslint-disable-next-line
|
|
15659
15939
|
_checkMoveEdge(originRange, fromRange) {
|
|
15660
15940
|
const { startRow, startColumn, endRow, endColumn } = originRange, {
|
|
15661
15941
|
startRow: fromStartRow,
|
|
@@ -15684,6 +15964,7 @@ let UpdateFormulaController = (_a10 = class extends Disposable {
|
|
|
15684
15964
|
* @param remain "The range subtracted from the initial range by 'from'.
|
|
15685
15965
|
* @returns
|
|
15686
15966
|
*/
|
|
15967
|
+
// eslint-disable-next-line
|
|
15687
15968
|
_getMoveNewRange(moveEdge, result, from, to, origin, remain) {
|
|
15688
15969
|
const { startRow, endRow, startColumn, endColumn } = result, {
|
|
15689
15970
|
startRow: fromStartRow,
|
|
@@ -16160,11 +16441,11 @@ const ALERT_KEY = "SHEET_FORMULA_ALERT", ErrorTypeToMessageMap = {
|
|
|
16160
16441
|
};
|
|
16161
16442
|
var _a16;
|
|
16162
16443
|
let FormulaAlertRenderController = (_a16 = class extends Disposable {
|
|
16163
|
-
constructor(_context, _hoverManagerService, _cellAlertManagerService, _localeService) {
|
|
16164
|
-
super(), this._context = _context, this._hoverManagerService = _hoverManagerService, this._cellAlertManagerService = _cellAlertManagerService, this._localeService = _localeService, this._init();
|
|
16444
|
+
constructor(_context, _hoverManagerService, _cellAlertManagerService, _localeService, _zenZoneService) {
|
|
16445
|
+
super(), this._context = _context, this._hoverManagerService = _hoverManagerService, this._cellAlertManagerService = _cellAlertManagerService, this._localeService = _localeService, this._zenZoneService = _zenZoneService, this._init();
|
|
16165
16446
|
}
|
|
16166
16447
|
_init() {
|
|
16167
|
-
this._initCellAlertPopup();
|
|
16448
|
+
this._initCellAlertPopup(), this._initZenService();
|
|
16168
16449
|
}
|
|
16169
16450
|
_initCellAlertPopup() {
|
|
16170
16451
|
this.disposeWithMe(this._hoverManagerService.currentCell$.subscribe((cellPos) => {
|
|
@@ -16195,11 +16476,17 @@ let FormulaAlertRenderController = (_a16 = class extends Disposable {
|
|
|
16195
16476
|
this._cellAlertManagerService.removeAlert(ALERT_KEY);
|
|
16196
16477
|
}));
|
|
16197
16478
|
}
|
|
16479
|
+
_initZenService() {
|
|
16480
|
+
this.disposeWithMe(this._zenZoneService.visible$.subscribe((visible) => {
|
|
16481
|
+
visible && this._cellAlertManagerService.removeAlert(ALERT_KEY);
|
|
16482
|
+
}));
|
|
16483
|
+
}
|
|
16198
16484
|
}, __name(_a16, "FormulaAlertRenderController"), _a16);
|
|
16199
16485
|
FormulaAlertRenderController = __decorateClass$4([
|
|
16200
16486
|
__decorateParam$4(1, Inject(HoverManagerService)),
|
|
16201
16487
|
__decorateParam$4(2, Inject(CellAlertManagerService)),
|
|
16202
|
-
__decorateParam$4(3, Inject(LocaleService))
|
|
16488
|
+
__decorateParam$4(3, Inject(LocaleService)),
|
|
16489
|
+
__decorateParam$4(4, IZenZoneService)
|
|
16203
16490
|
], FormulaAlertRenderController);
|
|
16204
16491
|
var __defProp$3 = Object.defineProperty, __getOwnPropDesc$3 = Object.getOwnPropertyDescriptor, __decorateClass$3 = /* @__PURE__ */ __name((decorators, target, key, kind) => {
|
|
16205
16492
|
for (var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$3(target, key) : target, i = decorators.length - 1, decorator; i >= 0; i--)
|
|
@@ -16221,6 +16508,7 @@ let FormulaRenderManagerController = (_a17 = class extends RxDisposable {
|
|
|
16221
16508
|
this.disposeWithMe(this._sheetInterceptorService.intercept(
|
|
16222
16509
|
INTERCEPTOR_POINT.CELL_CONTENT,
|
|
16223
16510
|
{
|
|
16511
|
+
effect: InterceptorEffectEnum.Style,
|
|
16224
16512
|
handler: /* @__PURE__ */ __name((cell, pos, next) => extractFormulaError(cell) ? next({
|
|
16225
16513
|
...cell,
|
|
16226
16514
|
markers: {
|
|
@@ -17022,7 +17310,16 @@ let PromptController = (_a19 = class extends Disposable {
|
|
|
17022
17310
|
if (!id || !Tools.isStringNumber(id))
|
|
17023
17311
|
return;
|
|
17024
17312
|
let { startRow, endRow, startColumn, endColumn } = toRange;
|
|
17025
|
-
const primary = getCellInfoInMergeData(startRow, startColumn
|
|
17313
|
+
const primary = skeleton ? skeleton.worksheet.getCellInfoInMergeData(startRow, startColumn) : {
|
|
17314
|
+
actualRow: startRow,
|
|
17315
|
+
actualColumn: startColumn,
|
|
17316
|
+
isMergedMainCell: !1,
|
|
17317
|
+
isMerged: !1,
|
|
17318
|
+
endRow: startRow,
|
|
17319
|
+
endColumn: startColumn,
|
|
17320
|
+
startRow,
|
|
17321
|
+
startColumn
|
|
17322
|
+
};
|
|
17026
17323
|
if (primary) {
|
|
17027
17324
|
const {
|
|
17028
17325
|
isMerged,
|