@fileverse-dev/fortune-core 1.0.26 → 2.0.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/dist/index.esm.js +80254 -0
- package/dist/index.js +80600 -0
- package/{es → dist/packages/core/src}/api/cell.d.ts +10 -10
- package/{lib → dist/packages/core/src}/api/common.d.ts +66 -71
- package/{es → dist/packages/core/src}/api/errors.d.ts +2 -2
- package/{es → dist/packages/core/src}/api/index.d.ts +9 -9
- package/{es → dist/packages/core/src}/api/merge.d.ts +5 -5
- package/{lib → dist/packages/core/src}/api/range.d.ts +22 -22
- package/{lib → dist/packages/core/src}/api/rowcol.d.ts +14 -14
- package/{lib → dist/packages/core/src}/api/sheet.d.ts +10 -10
- package/{lib → dist/packages/core/src}/api/workbook.d.ts +15 -15
- package/{lib → dist/packages/core/src}/canvas.d.ts +46 -46
- package/{es → dist/packages/core/src}/context.d.ts +197 -198
- package/{es → dist/packages/core/src}/events/copy.d.ts +2 -2
- package/{lib → dist/packages/core/src}/events/index.d.ts +4 -4
- package/{lib → dist/packages/core/src}/events/keyboard.d.ts +6 -6
- package/{es → dist/packages/core/src}/events/mouse.d.ts +22 -22
- package/{es → dist/packages/core/src}/events/paste.d.ts +3 -3
- package/{lib → dist/packages/core/src}/index.d.ts +10 -10
- package/{lib → dist/packages/core/src}/locale/en.d.ts +992 -992
- package/{lib → dist/packages/core/src}/locale/es.d.ts +1134 -1134
- package/{lib → dist/packages/core/src}/locale/hi.d.ts +1030 -1030
- package/{lib → dist/packages/core/src}/locale/index.d.ts +1049 -1049
- package/{es → dist/packages/core/src}/locale/zh.d.ts +1048 -1048
- package/{lib → dist/packages/core/src}/locale/zh_tw.d.ts +1187 -1187
- package/{lib → dist/packages/core/src}/modules/ConditionFormat.d.ts +17 -17
- package/{lib → dist/packages/core/src}/modules/border.d.ts +3 -3
- package/{lib → dist/packages/core/src}/modules/cell.d.ts +32 -32
- package/{es → dist/packages/core/src}/modules/clipboard.d.ts +3 -3
- package/{es → dist/packages/core/src}/modules/color.d.ts +1 -1
- package/{lib → dist/packages/core/src}/modules/comment.d.ts +97 -97
- package/{es → dist/packages/core/src}/modules/conditionalFormat.d.ts +2 -2
- package/{es → dist/packages/core/src}/modules/cursor.d.ts +3 -3
- package/{es → dist/packages/core/src}/modules/dataVerification.d.ts +11 -11
- package/{es → dist/packages/core/src}/modules/dropCell.d.ts +10 -10
- package/{lib → dist/packages/core/src}/modules/filter.d.ts +45 -45
- package/{es → dist/packages/core/src}/modules/format.d.ts +6 -6
- package/{lib → dist/packages/core/src}/modules/formula.d.ts +54 -54
- package/{es → dist/packages/core/src}/modules/freeze.d.ts +5 -5
- package/{es → dist/packages/core/src}/modules/hyperlink.d.ts +21 -21
- package/{lib → dist/packages/core/src}/modules/iframe.d.ts +12 -12
- package/{es → dist/packages/core/src}/modules/image.d.ts +31 -31
- package/{es → dist/packages/core/src}/modules/index.d.ts +36 -36
- package/{lib → dist/packages/core/src}/modules/inline-string.d.ts +36 -36
- package/{es → dist/packages/core/src}/modules/location.d.ts +6 -6
- package/{es → dist/packages/core/src}/modules/locationCondition.d.ts +21 -21
- package/{es → dist/packages/core/src}/modules/merge.d.ts +3 -3
- package/{es → dist/packages/core/src}/modules/mobile.d.ts +5 -5
- package/{lib → dist/packages/core/src}/modules/moveCells.d.ts +5 -5
- package/{lib → dist/packages/core/src}/modules/protection.d.ts +5 -5
- package/{lib → dist/packages/core/src}/modules/refresh.d.ts +3 -3
- package/{es → dist/packages/core/src}/modules/rowcol.d.ts +19 -19
- package/{lib → dist/packages/core/src}/modules/screenshot.d.ts +2 -2
- package/{es → dist/packages/core/src}/modules/searchReplace.d.ts +36 -36
- package/{lib → dist/packages/core/src}/modules/selection.d.ts +46 -46
- package/{es → dist/packages/core/src}/modules/sheet.d.ts +10 -10
- package/{es → dist/packages/core/src}/modules/sort.d.ts +7 -7
- package/{es → dist/packages/core/src}/modules/splitColumn.d.ts +5 -5
- package/{es → dist/packages/core/src}/modules/text.d.ts +10 -10
- package/{lib → dist/packages/core/src}/modules/toolbar.d.ts +32 -32
- package/{es → dist/packages/core/src}/modules/validation.d.ts +19 -19
- package/{es → dist/packages/core/src}/modules/zoom.d.ts +3 -3
- package/{es → dist/packages/core/src}/settings.d.ts +100 -100
- package/{es → dist/packages/core/src}/types.d.ts +371 -376
- package/{es → dist/packages/core/src}/utils/freeze.d.ts +7 -7
- package/{es → dist/packages/core/src}/utils/index.d.ts +18 -19
- package/{lib → dist/packages/core/src}/utils/patch.d.ts +37 -37
- package/dist/packages/react/src/components/ChangeColor/index.d.ts +7 -0
- package/dist/packages/react/src/components/ConditionFormat/ConditionRules.d.ts +6 -0
- package/dist/packages/react/src/components/ConditionFormat/index.d.ts +7 -0
- package/dist/packages/react/src/components/ContextMenu/Divider.d.ts +3 -0
- package/dist/packages/react/src/components/ContextMenu/FilterMenu.d.ts +3 -0
- package/dist/packages/react/src/components/ContextMenu/Menu.d.ts +8 -0
- package/dist/packages/react/src/components/ContextMenu/SheetTab.d.ts +4 -0
- package/dist/packages/react/src/components/ContextMenu/index.d.ts +5 -0
- package/dist/packages/react/src/components/CustomSort/index.d.ts +4 -0
- package/dist/packages/react/src/components/DataVerification/DropdownList.d.ts +4 -0
- package/dist/packages/react/src/components/DataVerification/RangeDialog.d.ts +4 -0
- package/dist/packages/react/src/components/DataVerification/getDisplayedRangeTxt.d.ts +2 -0
- package/dist/packages/react/src/components/DataVerification/index.d.ts +4 -0
- package/dist/packages/react/src/components/Dialog/index.d.ts +15 -0
- package/dist/packages/react/src/components/DuneChartsInputModal/DuneChartsInputModal.d.ts +11 -0
- package/dist/packages/react/src/components/DunePreview/DunePreview.d.ts +13 -0
- package/dist/packages/react/src/components/FilterOption/index.d.ts +5 -0
- package/dist/packages/react/src/components/FormatSearch/index.d.ts +6 -0
- package/dist/packages/react/src/components/FormulaSearch/index.d.ts +5 -0
- package/dist/packages/react/src/components/FxEditor/NameBox.d.ts +3 -0
- package/dist/packages/react/src/components/FxEditor/index.d.ts +4 -0
- package/dist/packages/react/src/components/IFrameBoxs/iFrameBoxs.d.ts +4 -0
- package/dist/packages/react/src/components/ImgBoxs/index.d.ts +3 -0
- package/dist/packages/react/src/components/LinkEidtCard/index.d.ts +5 -0
- package/dist/packages/react/src/components/LocationCondition/index.d.ts +3 -0
- package/dist/packages/react/src/components/MessageBox/index.d.ts +9 -0
- package/dist/packages/react/src/components/NotationBoxes/index.d.ts +3 -0
- package/dist/packages/react/src/components/ResetColumnWidth/index.d.ts +2 -0
- package/dist/packages/react/src/components/SVGDefines.d.ts +5 -0
- package/dist/packages/react/src/components/SVGIcon.d.ts +9 -0
- package/dist/packages/react/src/components/SearchReplace/index.d.ts +6 -0
- package/dist/packages/react/src/components/Sheet/index.d.ts +8 -0
- package/dist/packages/react/src/components/SheetList/SheetHiddenButton.d.ts +8 -0
- package/dist/packages/react/src/components/SheetList/SheetListItem.d.ts +9 -0
- package/dist/packages/react/src/components/SheetList/index.d.ts +4 -0
- package/dist/packages/react/src/components/SheetOverlay/ColumnHeader.d.ts +3 -0
- package/dist/packages/react/src/components/SheetOverlay/ContentEditable.d.ts +11 -0
- package/dist/packages/react/src/components/SheetOverlay/FormulaHint/index.d.ts +4 -0
- package/dist/packages/react/src/components/SheetOverlay/FormulaSearch/constant.d.ts +63 -0
- package/dist/packages/react/src/components/SheetOverlay/FormulaSearch/index.d.ts +4 -0
- package/dist/packages/react/src/components/SheetOverlay/InputBox.d.ts +3 -0
- package/dist/packages/react/src/components/SheetOverlay/RowHeader.d.ts +3 -0
- package/dist/packages/react/src/components/SheetOverlay/ScrollBar/index.d.ts +7 -0
- package/dist/packages/react/src/components/SheetOverlay/index.d.ts +4 -0
- package/dist/packages/react/src/components/SheetTab/SheetItem.d.ts +8 -0
- package/dist/packages/react/src/components/SheetTab/index.d.ts +4 -0
- package/dist/packages/react/src/components/SplitColumn/index.d.ts +3 -0
- package/dist/packages/react/src/components/Toolbar/Button.d.ts +12 -0
- package/dist/packages/react/src/components/Toolbar/ColorPicker.d.ts +6 -0
- package/dist/packages/react/src/components/Toolbar/Combo.d.ts +12 -0
- package/dist/packages/react/src/components/Toolbar/CustomBorder.d.ts +7 -0
- package/dist/packages/react/src/components/Toolbar/CustomButton.d.ts +11 -0
- package/dist/packages/react/src/components/Toolbar/CustomColor.d.ts +8 -0
- package/dist/packages/react/src/components/Toolbar/CustomIcon.d.ts +9 -0
- package/dist/packages/react/src/components/Toolbar/Divider.d.ts +4 -0
- package/dist/packages/react/src/components/Toolbar/MoreItemsContainer.d.ts +6 -0
- package/dist/packages/react/src/components/Toolbar/Select.d.ts +14 -0
- package/dist/packages/react/src/components/Toolbar/index.d.ts +10 -0
- package/dist/packages/react/src/components/Workbook/api.d.ts +1177 -0
- package/dist/packages/react/src/components/Workbook/index.d.ts +1185 -0
- package/dist/packages/react/src/components/ZoomControl/index.d.ts +4 -0
- package/dist/packages/react/src/components/index.d.ts +4 -0
- package/dist/packages/react/src/constants.d.ts +1 -0
- package/dist/packages/react/src/context/index.d.ts +25 -0
- package/dist/packages/react/src/context/modal.d.ts +10 -0
- package/dist/packages/react/src/hooks/useAlert.d.ts +4 -0
- package/dist/packages/react/src/hooks/useDialog.d.ts +5 -0
- package/dist/packages/react/src/hooks/useOutsideClick.d.ts +2 -0
- package/dist/packages/react/src/hooks/usePrevious.d.ts +2 -0
- package/dist/packages/react/src/index.d.ts +1 -0
- package/dist/packages/react/src/utils/datepickerStyles.d.ts +2 -0
- package/dist/stories/API.stories.d.ts +1210 -0
- package/dist/stories/Collabration.stories.d.ts +2359 -0
- package/dist/stories/Features.stories.d.ts +9430 -0
- package/dist/stories/data/cell.d.ts +983 -0
- package/dist/stories/data/dataVerification.d.ts +131 -0
- package/dist/stories/data/empty.d.ts +10 -0
- package/dist/stories/data/formula.d.ts +362 -0
- package/dist/stories/data/freeze.d.ts +34 -0
- package/dist/stories/data/protected.d.ts +40 -0
- package/dist/stories/utils.d.ts +1 -0
- package/package.json +6 -7
- package/es/api/cell.js +0 -204
- package/es/api/common.d.ts +0 -71
- package/es/api/common.js +0 -79
- package/es/api/errors.js +0 -2
- package/es/api/index.js +0 -8
- package/es/api/merge.js +0 -15
- package/es/api/range.d.ts +0 -22
- package/es/api/range.js +0 -123
- package/es/api/rowcol.d.ts +0 -14
- package/es/api/rowcol.js +0 -207
- package/es/api/sheet.d.ts +0 -10
- package/es/api/sheet.js +0 -128
- package/es/api/workbook.d.ts +0 -15
- package/es/api/workbook.js +0 -85
- package/es/canvas.d.ts +0 -46
- package/es/canvas.js +0 -1350
- package/es/context.js +0 -381
- package/es/events/copy.js +0 -78
- package/es/events/index.d.ts +0 -4
- package/es/events/index.js +0 -4
- package/es/events/keyboard.d.ts +0 -6
- package/es/events/keyboard.js +0 -332
- package/es/events/mouse.js +0 -1725
- package/es/events/paste.js +0 -1378
- package/es/index.d.ts +0 -10
- package/es/index.js +0 -10
- package/es/locale/en.d.ts +0 -992
- package/es/locale/en.js +0 -10564
- package/es/locale/es.d.ts +0 -1134
- package/es/locale/es.js +0 -10010
- package/es/locale/hi.d.ts +0 -1030
- package/es/locale/hi.js +0 -10550
- package/es/locale/index.d.ts +0 -1049
- package/es/locale/index.js +0 -23
- package/es/locale/zh.js +0 -10568
- package/es/locale/zh_tw.d.ts +0 -1187
- package/es/locale/zh_tw.js +0 -10072
- package/es/modules/ConditionFormat.d.ts +0 -17
- package/es/modules/ConditionFormat.js +0 -1258
- package/es/modules/border.d.ts +0 -3
- package/es/modules/border.js +0 -1240
- package/es/modules/cell.d.ts +0 -32
- package/es/modules/cell.js +0 -1055
- package/es/modules/clipboard.js +0 -36
- package/es/modules/color.js +0 -1
- package/es/modules/comment.d.ts +0 -97
- package/es/modules/comment.js +0 -597
- package/es/modules/conditionalFormat.js +0 -441
- package/es/modules/cursor.js +0 -62
- package/es/modules/dataVerification.js +0 -701
- package/es/modules/dropCell.js +0 -2267
- package/es/modules/filter.d.ts +0 -45
- package/es/modules/filter.js +0 -434
- package/es/modules/format.js +0 -323
- package/es/modules/formula.d.ts +0 -54
- package/es/modules/formula.js +0 -2301
- package/es/modules/freeze.js +0 -148
- package/es/modules/hyperlink.js +0 -216
- package/es/modules/iframe.d.ts +0 -12
- package/es/modules/iframe.js +0 -220
- package/es/modules/image.js +0 -253
- package/es/modules/index.js +0 -36
- package/es/modules/inline-string.d.ts +0 -36
- package/es/modules/inline-string.js +0 -437
- package/es/modules/location.js +0 -46
- package/es/modules/locationCondition.js +0 -218
- package/es/modules/merge.js +0 -216
- package/es/modules/mobile.js +0 -33
- package/es/modules/moveCells.d.ts +0 -5
- package/es/modules/moveCells.js +0 -348
- package/es/modules/protection.d.ts +0 -5
- package/es/modules/protection.js +0 -96
- package/es/modules/refresh.d.ts +0 -3
- package/es/modules/refresh.js +0 -34
- package/es/modules/rowcol.js +0 -1922
- package/es/modules/screenshot.d.ts +0 -2
- package/es/modules/screenshot.js +0 -90
- package/es/modules/searchReplace.js +0 -388
- package/es/modules/selection.d.ts +0 -46
- package/es/modules/selection.js +0 -1674
- package/es/modules/sheet.js +0 -237
- package/es/modules/sort.js +0 -134
- package/es/modules/splitColumn.js +0 -126
- package/es/modules/ssf.js +0 -1533
- package/es/modules/text.js +0 -1207
- package/es/modules/toolbar.d.ts +0 -32
- package/es/modules/toolbar.js +0 -970
- package/es/modules/validation.js +0 -190
- package/es/modules/zoom.js +0 -29
- package/es/settings.js +0 -36
- package/es/types.js +0 -1
- package/es/utils/freeze.js +0 -86
- package/es/utils/index.js +0 -198
- package/es/utils/patch.d.ts +0 -37
- package/es/utils/patch.js +0 -381
- package/lib/api/cell.d.ts +0 -10
- package/lib/api/cell.js +0 -215
- package/lib/api/common.js +0 -88
- package/lib/api/errors.d.ts +0 -2
- package/lib/api/errors.js +0 -8
- package/lib/api/index.d.ts +0 -9
- package/lib/api/index.js +0 -101
- package/lib/api/merge.d.ts +0 -5
- package/lib/api/merge.js +0 -22
- package/lib/api/range.js +0 -138
- package/lib/api/rowcol.js +0 -222
- package/lib/api/sheet.js +0 -145
- package/lib/api/workbook.js +0 -98
- package/lib/canvas.js +0 -1356
- package/lib/context.d.ts +0 -198
- package/lib/context.js +0 -393
- package/lib/events/copy.d.ts +0 -2
- package/lib/events/copy.js +0 -85
- package/lib/events/index.js +0 -49
- package/lib/events/keyboard.js +0 -342
- package/lib/events/mouse.d.ts +0 -22
- package/lib/events/mouse.js +0 -1744
- package/lib/events/paste.d.ts +0 -3
- package/lib/events/paste.js +0 -1386
- package/lib/index.js +0 -109
- package/lib/locale/en.js +0 -10570
- package/lib/locale/es.js +0 -10016
- package/lib/locale/hi.js +0 -10556
- package/lib/locale/index.js +0 -29
- package/lib/locale/zh.d.ts +0 -1048
- package/lib/locale/zh.js +0 -10574
- package/lib/locale/zh_tw.js +0 -10078
- package/lib/modules/ConditionFormat.js +0 -1273
- package/lib/modules/border.js +0 -1248
- package/lib/modules/cell.js +0 -1085
- package/lib/modules/clipboard.d.ts +0 -3
- package/lib/modules/clipboard.js +0 -42
- package/lib/modules/color.d.ts +0 -1
- package/lib/modules/color.js +0 -7
- package/lib/modules/comment.js +0 -625
- package/lib/modules/conditionalFormat.d.ts +0 -2
- package/lib/modules/conditionalFormat.js +0 -447
- package/lib/modules/cursor.d.ts +0 -3
- package/lib/modules/cursor.js +0 -70
- package/lib/modules/dataVerification.d.ts +0 -11
- package/lib/modules/dataVerification.js +0 -716
- package/lib/modules/dropCell.d.ts +0 -10
- package/lib/modules/dropCell.js +0 -2283
- package/lib/modules/filter.js +0 -448
- package/lib/modules/format.d.ts +0 -6
- package/lib/modules/format.js +0 -334
- package/lib/modules/formula.js +0 -2330
- package/lib/modules/freeze.d.ts +0 -5
- package/lib/modules/freeze.js +0 -158
- package/lib/modules/hyperlink.d.ts +0 -21
- package/lib/modules/hyperlink.js +0 -232
- package/lib/modules/iframe.js +0 -236
- package/lib/modules/image.d.ts +0 -31
- package/lib/modules/image.js +0 -272
- package/lib/modules/index.d.ts +0 -36
- package/lib/modules/index.js +0 -401
- package/lib/modules/inline-string.js +0 -452
- package/lib/modules/location.d.ts +0 -6
- package/lib/modules/location.js +0 -57
- package/lib/modules/locationCondition.d.ts +0 -21
- package/lib/modules/locationCondition.js +0 -229
- package/lib/modules/merge.d.ts +0 -3
- package/lib/modules/merge.js +0 -223
- package/lib/modules/mobile.d.ts +0 -5
- package/lib/modules/mobile.js +0 -41
- package/lib/modules/moveCells.js +0 -357
- package/lib/modules/protection.js +0 -106
- package/lib/modules/refresh.js +0 -40
- package/lib/modules/rowcol.d.ts +0 -19
- package/lib/modules/rowcol.js +0 -1935
- package/lib/modules/screenshot.js +0 -96
- package/lib/modules/searchReplace.d.ts +0 -36
- package/lib/modules/searchReplace.js +0 -402
- package/lib/modules/selection.js +0 -1703
- package/lib/modules/sheet.d.ts +0 -10
- package/lib/modules/sheet.js +0 -250
- package/lib/modules/sort.d.ts +0 -7
- package/lib/modules/sort.js +0 -143
- package/lib/modules/splitColumn.d.ts +0 -5
- package/lib/modules/splitColumn.js +0 -136
- package/lib/modules/ssf.js +0 -1539
- package/lib/modules/text.d.ts +0 -10
- package/lib/modules/text.js +0 -1221
- package/lib/modules/toolbar.js +0 -1003
- package/lib/modules/validation.d.ts +0 -19
- package/lib/modules/validation.js +0 -205
- package/lib/modules/zoom.d.ts +0 -3
- package/lib/modules/zoom.js +0 -36
- package/lib/settings.d.ts +0 -100
- package/lib/settings.js +0 -42
- package/lib/types.d.ts +0 -376
- package/lib/types.js +0 -5
- package/lib/utils/freeze.d.ts +0 -7
- package/lib/utils/freeze.js +0 -92
- package/lib/utils/index.d.ts +0 -19
- package/lib/utils/index.js +0 -258
- package/lib/utils/patch.js +0 -392
|
@@ -0,0 +1,2359 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Sheet, Op, Selection } from "@fileverse-dev/fortune-core";
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@fileverse-dev/fortune-core").Settings & {
|
|
4
|
+
onChange?: ((data: Sheet[]) => void) | undefined;
|
|
5
|
+
onOp?: ((op: Op[]) => void) | undefined;
|
|
6
|
+
} & React.RefAttributes<{
|
|
7
|
+
applyOp: (ops: Op[]) => void;
|
|
8
|
+
getCellValue: (row: number, column: number, options?: import("../packages/core/src/api").CommonOptions & {
|
|
9
|
+
type?: "v" | "m" | "mc" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "rt" | "ps" | "hl" | keyof import("@fileverse-dev/fortune-core").CellStyle | undefined;
|
|
10
|
+
}) => any;
|
|
11
|
+
onboardingActiveCell: (functionName: string) => void;
|
|
12
|
+
initializeComment: (row: number, column: number) => void;
|
|
13
|
+
setCellValue: (row: number, column: number, value: any, options?: import("../packages/core/src/api").CommonOptions & {
|
|
14
|
+
type?: "v" | "m" | "mc" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "rt" | "ps" | "hl" | keyof import("@fileverse-dev/fortune-core").CellStyle | undefined;
|
|
15
|
+
}) => void;
|
|
16
|
+
clearCell: (row: number, column: number, options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
17
|
+
setCellFormat: (row: number, column: number, attr: "v" | "m" | "mc" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "rt" | "ps" | "hl" | keyof import("@fileverse-dev/fortune-core").CellStyle, value: any, options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
18
|
+
autoFillCell: (copyRange: import("@fileverse-dev/fortune-core").SingleRange, applyRange: import("@fileverse-dev/fortune-core").SingleRange, direction: "up" | "down" | "left" | "right") => void;
|
|
19
|
+
freeze: (type: "row" | "column" | "both", range: {
|
|
20
|
+
row: number;
|
|
21
|
+
column: number;
|
|
22
|
+
}, options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
23
|
+
insertRowOrColumn: (type: "row" | "column", index: number, count: number, direction?: "lefttop" | "rightbottom", options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
24
|
+
deleteRowOrColumn: (type: "row" | "column", start: number, end: number, options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
25
|
+
hideRowOrColumn: (rowOrColInfo: string[], type: "row" | "column") => void;
|
|
26
|
+
showRowOrColumn: (rowOrColInfo: string[], type: "row" | "column") => void;
|
|
27
|
+
setRowHeight: (rowInfo: Record<string, number>, options?: import("../packages/core/src/api").CommonOptions, custom?: boolean) => void;
|
|
28
|
+
setColumnWidth: (columnInfo: Record<string, number>, options?: import("../packages/core/src/api").CommonOptions, custom?: boolean) => void;
|
|
29
|
+
getRowHeight: (rows: number[], options?: import("../packages/core/src/api").CommonOptions) => Record<number, number>;
|
|
30
|
+
getColumnWidth: (columns: number[], options?: import("../packages/core/src/api").CommonOptions) => Record<number, number>;
|
|
31
|
+
getSelection: () => {
|
|
32
|
+
row: number[];
|
|
33
|
+
column: number[];
|
|
34
|
+
}[] | undefined;
|
|
35
|
+
getFlattenRange: (range: import("@fileverse-dev/fortune-core").Range) => {
|
|
36
|
+
r: number;
|
|
37
|
+
c: number;
|
|
38
|
+
}[];
|
|
39
|
+
getCellsByFlattenRange: (range?: {
|
|
40
|
+
r: number;
|
|
41
|
+
c: number;
|
|
42
|
+
}[] | undefined) => (import("@fileverse-dev/fortune-core").Cell | null)[];
|
|
43
|
+
getSelectionCoordinates: () => string[];
|
|
44
|
+
getCellsByRange: (range: Selection, options?: import("../packages/core/src/api").CommonOptions) => (import("@fileverse-dev/fortune-core").Cell | null)[][];
|
|
45
|
+
getHtmlByRange: (range: import("@fileverse-dev/fortune-core").Range, options?: import("../packages/core/src/api").CommonOptions) => string | null;
|
|
46
|
+
setSelection: (range: import("@fileverse-dev/fortune-core").Range, options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
47
|
+
setCellValuesByRange: (data: any[][], range: import("@fileverse-dev/fortune-core").SingleRange, options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
48
|
+
setCellFormatByRange: (attr: "v" | "m" | "mc" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "rt" | "ps" | "hl" | keyof import("@fileverse-dev/fortune-core").CellStyle, value: any, range: import("@fileverse-dev/fortune-core").SingleRange | import("@fileverse-dev/fortune-core").Range, options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
49
|
+
mergeCells: (ranges: import("@fileverse-dev/fortune-core").Range, type: string, options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
50
|
+
cancelMerge: (ranges: import("@fileverse-dev/fortune-core").Range, options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
51
|
+
getAllSheets: () => Sheet[];
|
|
52
|
+
getSheet: (options?: import("../packages/core/src/api").CommonOptions) => {
|
|
53
|
+
celldata: import("@fileverse-dev/fortune-core").CellWithRowAndCol[];
|
|
54
|
+
name: string;
|
|
55
|
+
config?: import("@fileverse-dev/fortune-core").SheetConfig | undefined;
|
|
56
|
+
order?: number | undefined;
|
|
57
|
+
color?: string | undefined;
|
|
58
|
+
data?: import("@fileverse-dev/fortune-core").CellMatrix | undefined;
|
|
59
|
+
id?: string | undefined;
|
|
60
|
+
images?: import("@fileverse-dev/fortune-core").Image[] | undefined;
|
|
61
|
+
iframes?: {
|
|
62
|
+
id: string;
|
|
63
|
+
src: string;
|
|
64
|
+
left: number;
|
|
65
|
+
top: number;
|
|
66
|
+
width: number;
|
|
67
|
+
height: number;
|
|
68
|
+
}[] | undefined;
|
|
69
|
+
zoomRatio?: number | undefined;
|
|
70
|
+
column?: number | undefined;
|
|
71
|
+
row?: number | undefined;
|
|
72
|
+
addRows?: number | undefined;
|
|
73
|
+
status?: number | undefined;
|
|
74
|
+
hide?: number | undefined;
|
|
75
|
+
luckysheet_select_save?: Selection[] | undefined;
|
|
76
|
+
luckysheet_selection_range?: {
|
|
77
|
+
row: number[];
|
|
78
|
+
column: number[];
|
|
79
|
+
}[] | undefined;
|
|
80
|
+
calcChain?: any[] | undefined;
|
|
81
|
+
defaultRowHeight?: number | undefined;
|
|
82
|
+
defaultColWidth?: number | undefined;
|
|
83
|
+
showGridLines?: number | boolean | undefined;
|
|
84
|
+
pivotTable?: any;
|
|
85
|
+
isPivotTable?: boolean | undefined;
|
|
86
|
+
filter?: Record<string, any> | undefined;
|
|
87
|
+
filter_select?: {
|
|
88
|
+
row: number[];
|
|
89
|
+
column: number[];
|
|
90
|
+
} | undefined;
|
|
91
|
+
luckysheet_conditionformat_save?: any[] | undefined;
|
|
92
|
+
luckysheet_alternateformat_save?: any[] | undefined;
|
|
93
|
+
dataVerification?: any;
|
|
94
|
+
conditionRules?: import("@fileverse-dev/fortune-core").ConditionRulesProps | undefined;
|
|
95
|
+
hyperlink?: Record<string, {
|
|
96
|
+
linkType: string;
|
|
97
|
+
linkAddress: string;
|
|
98
|
+
}> | undefined;
|
|
99
|
+
dynamicArray_compute?: any;
|
|
100
|
+
dynamicArray?: any[] | undefined;
|
|
101
|
+
frozen?: {
|
|
102
|
+
type: "row" | "column" | "both" | "rangeRow" | "rangeColumn" | "rangeBoth";
|
|
103
|
+
range?: {
|
|
104
|
+
row_focus: number;
|
|
105
|
+
column_focus: number;
|
|
106
|
+
} | undefined;
|
|
107
|
+
} | undefined;
|
|
108
|
+
};
|
|
109
|
+
addSheet: () => void;
|
|
110
|
+
deleteSheet: (options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
111
|
+
updateSheet: (data: Sheet[]) => void;
|
|
112
|
+
activateSheet: (options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
113
|
+
setSheetName: (name: string, options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
114
|
+
setSheetOrder: (orderList: Record<string, number>) => void;
|
|
115
|
+
scroll: (options: {
|
|
116
|
+
scrollLeft?: number | undefined;
|
|
117
|
+
scrollTop?: number | undefined;
|
|
118
|
+
targetRow?: number | undefined;
|
|
119
|
+
targetColumn?: number | undefined;
|
|
120
|
+
}) => void;
|
|
121
|
+
addPresences: (newPresences: import("@fileverse-dev/fortune-core").Presence[]) => void;
|
|
122
|
+
removePresences: (arr: {
|
|
123
|
+
username: string;
|
|
124
|
+
userId?: string | undefined;
|
|
125
|
+
}[]) => void;
|
|
126
|
+
handleUndo: () => void;
|
|
127
|
+
handleRedo: () => void;
|
|
128
|
+
calculateFormula: () => void;
|
|
129
|
+
dataToCelldata: (data: import("@fileverse-dev/fortune-core").CellMatrix | undefined) => import("@fileverse-dev/fortune-core").CellWithRowAndCol[];
|
|
130
|
+
celldataToData: (celldata: import("@fileverse-dev/fortune-core").CellWithRowAndCol[], rowCount?: number | undefined, colCount?: number | undefined) => import("@fileverse-dev/fortune-core").CellMatrix | null;
|
|
131
|
+
insertFunction: (selectedFuncIndex: number, filteredFunctionList: any[], callback?: (() => void) | undefined) => void;
|
|
132
|
+
getLocaleContext: () => {
|
|
133
|
+
generalDialog: {
|
|
134
|
+
partiallyError: string;
|
|
135
|
+
readOnlyError: string;
|
|
136
|
+
dataNullError: string;
|
|
137
|
+
noSelectionError: string;
|
|
138
|
+
cannotSelectMultiple: string;
|
|
139
|
+
};
|
|
140
|
+
functionlist: ({
|
|
141
|
+
n: string;
|
|
142
|
+
t: number;
|
|
143
|
+
d: string;
|
|
144
|
+
a: string;
|
|
145
|
+
m: number[];
|
|
146
|
+
p: {
|
|
147
|
+
name: string;
|
|
148
|
+
detail: string;
|
|
149
|
+
example: string;
|
|
150
|
+
require: string;
|
|
151
|
+
repeat: string;
|
|
152
|
+
type: string;
|
|
153
|
+
}[];
|
|
154
|
+
} | {
|
|
155
|
+
n: string;
|
|
156
|
+
t: number;
|
|
157
|
+
d: string;
|
|
158
|
+
a: string;
|
|
159
|
+
p: {
|
|
160
|
+
name: string;
|
|
161
|
+
detail: string;
|
|
162
|
+
example: string;
|
|
163
|
+
require: string;
|
|
164
|
+
repeat: string;
|
|
165
|
+
type: string;
|
|
166
|
+
}[];
|
|
167
|
+
m?: undefined;
|
|
168
|
+
} | {
|
|
169
|
+
n: string;
|
|
170
|
+
t: string;
|
|
171
|
+
d: string;
|
|
172
|
+
a: string;
|
|
173
|
+
m: number[];
|
|
174
|
+
p: {
|
|
175
|
+
name: string;
|
|
176
|
+
example: string;
|
|
177
|
+
detail: string;
|
|
178
|
+
require: string;
|
|
179
|
+
repeat: string;
|
|
180
|
+
type: string;
|
|
181
|
+
}[];
|
|
182
|
+
})[];
|
|
183
|
+
toolbar: {
|
|
184
|
+
toolbar: string;
|
|
185
|
+
undo: string;
|
|
186
|
+
redo: string;
|
|
187
|
+
"clear-format": string;
|
|
188
|
+
"format-painter": string;
|
|
189
|
+
"currency-format": string;
|
|
190
|
+
"percentage-format": string;
|
|
191
|
+
"number-decrease": string;
|
|
192
|
+
"number-increase": string;
|
|
193
|
+
moreFormats: string;
|
|
194
|
+
"border-all": string;
|
|
195
|
+
"merge-all": string;
|
|
196
|
+
font: string;
|
|
197
|
+
"font-size": string;
|
|
198
|
+
bold: string;
|
|
199
|
+
italic: string;
|
|
200
|
+
"strike-through": string;
|
|
201
|
+
underline: string;
|
|
202
|
+
"font-color": string;
|
|
203
|
+
"align-left": string;
|
|
204
|
+
"align-center": string;
|
|
205
|
+
"align-right": string;
|
|
206
|
+
"align-top": string;
|
|
207
|
+
"align-mid": string;
|
|
208
|
+
"align-bottom": string;
|
|
209
|
+
chooseColor: string;
|
|
210
|
+
resetColor: string;
|
|
211
|
+
customColor: string;
|
|
212
|
+
alternatingColors: string;
|
|
213
|
+
confirmColor: string;
|
|
214
|
+
cancelColor: string;
|
|
215
|
+
collapse: string;
|
|
216
|
+
background: string;
|
|
217
|
+
border: string;
|
|
218
|
+
borderStyle: string;
|
|
219
|
+
"merge-cell": string;
|
|
220
|
+
chooseMergeType: string;
|
|
221
|
+
horizontalAlign: string;
|
|
222
|
+
verticalAlign: string;
|
|
223
|
+
alignment: string;
|
|
224
|
+
textWrap: string;
|
|
225
|
+
textWrapMode: string;
|
|
226
|
+
textRotate: string;
|
|
227
|
+
textRotateMode: string;
|
|
228
|
+
freeze: string;
|
|
229
|
+
sort: string;
|
|
230
|
+
filter: string;
|
|
231
|
+
sortAndFilter: string;
|
|
232
|
+
findAndReplace: string;
|
|
233
|
+
"formula-sum": string;
|
|
234
|
+
autoSum: string;
|
|
235
|
+
moreFunction: string;
|
|
236
|
+
conditionalFormat: string;
|
|
237
|
+
comment: string;
|
|
238
|
+
pivotTable: string;
|
|
239
|
+
chart: string;
|
|
240
|
+
screenshot: string;
|
|
241
|
+
splitColumn: string;
|
|
242
|
+
insertImage: string;
|
|
243
|
+
insertLink: string;
|
|
244
|
+
dataVerification: string;
|
|
245
|
+
protection: string;
|
|
246
|
+
clearText: string;
|
|
247
|
+
noColorSelectedText: string;
|
|
248
|
+
toolMore: string;
|
|
249
|
+
toolLess: string;
|
|
250
|
+
toolClose: string;
|
|
251
|
+
toolMoreTip: string;
|
|
252
|
+
moreOptions: string;
|
|
253
|
+
cellFormat: string;
|
|
254
|
+
print: string;
|
|
255
|
+
};
|
|
256
|
+
alternatingColors: {
|
|
257
|
+
applyRange: string;
|
|
258
|
+
selectRange: string;
|
|
259
|
+
header: string;
|
|
260
|
+
footer: string;
|
|
261
|
+
errorInfo: string;
|
|
262
|
+
textTitle: string;
|
|
263
|
+
custom: string;
|
|
264
|
+
close: string;
|
|
265
|
+
selectionTextColor: string;
|
|
266
|
+
selectionCellColor: string;
|
|
267
|
+
removeColor: string;
|
|
268
|
+
colorShow: string;
|
|
269
|
+
currentColor: string;
|
|
270
|
+
tipSelectRange: string;
|
|
271
|
+
errorNoRange: string;
|
|
272
|
+
errorExistColors: string;
|
|
273
|
+
};
|
|
274
|
+
button: {
|
|
275
|
+
confirm: string;
|
|
276
|
+
apply: string;
|
|
277
|
+
cancel: string;
|
|
278
|
+
close: string;
|
|
279
|
+
update: string;
|
|
280
|
+
delete: string;
|
|
281
|
+
insert: string;
|
|
282
|
+
prevPage: string;
|
|
283
|
+
nextPage: string;
|
|
284
|
+
total: string;
|
|
285
|
+
};
|
|
286
|
+
paint: {
|
|
287
|
+
start: string;
|
|
288
|
+
end: string;
|
|
289
|
+
tipSelectRange: string;
|
|
290
|
+
tipNotMulti: string;
|
|
291
|
+
};
|
|
292
|
+
format: {
|
|
293
|
+
moreCurrency: string;
|
|
294
|
+
moreDateTime: string;
|
|
295
|
+
moreNumber: string;
|
|
296
|
+
titleCurrency: string;
|
|
297
|
+
decimalPlaces: string;
|
|
298
|
+
titleDateTime: string;
|
|
299
|
+
titleNumber: string;
|
|
300
|
+
tipDecimalPlaces: string;
|
|
301
|
+
select: string;
|
|
302
|
+
format: string;
|
|
303
|
+
currency: string;
|
|
304
|
+
};
|
|
305
|
+
info: {
|
|
306
|
+
detailUpdate: string;
|
|
307
|
+
detailSave: string;
|
|
308
|
+
row: string;
|
|
309
|
+
column: string;
|
|
310
|
+
loading: string;
|
|
311
|
+
copy: string;
|
|
312
|
+
return: string;
|
|
313
|
+
rename: string;
|
|
314
|
+
tips: string;
|
|
315
|
+
noName: string;
|
|
316
|
+
wait: string;
|
|
317
|
+
add: string;
|
|
318
|
+
addLast: string;
|
|
319
|
+
backTop: string;
|
|
320
|
+
pageInfo: string;
|
|
321
|
+
nextPage: string;
|
|
322
|
+
tipInputNumber: string;
|
|
323
|
+
tipInputNumberLimit: string;
|
|
324
|
+
tipRowHeightLimit: string;
|
|
325
|
+
tipColumnWidthLimit: string;
|
|
326
|
+
pageInfoFull: string;
|
|
327
|
+
};
|
|
328
|
+
currencyDetail: {
|
|
329
|
+
name: string;
|
|
330
|
+
pos: string;
|
|
331
|
+
value: string;
|
|
332
|
+
}[];
|
|
333
|
+
defaultFmt: (currency: string) => ({
|
|
334
|
+
text: string;
|
|
335
|
+
value: string;
|
|
336
|
+
example: string;
|
|
337
|
+
icon?: undefined;
|
|
338
|
+
} | {
|
|
339
|
+
text: string;
|
|
340
|
+
value: string;
|
|
341
|
+
example: string;
|
|
342
|
+
icon: string;
|
|
343
|
+
})[];
|
|
344
|
+
dateFmtList: {
|
|
345
|
+
name: string;
|
|
346
|
+
value: string;
|
|
347
|
+
}[];
|
|
348
|
+
fontFamily: {
|
|
349
|
+
MicrosoftYaHei: string;
|
|
350
|
+
};
|
|
351
|
+
fontarray: string[];
|
|
352
|
+
fontjson: {
|
|
353
|
+
"times new roman": number;
|
|
354
|
+
arial: number;
|
|
355
|
+
tahoma: number;
|
|
356
|
+
verdana: number;
|
|
357
|
+
微软雅黑: number;
|
|
358
|
+
"microsoft yahei": number;
|
|
359
|
+
宋体: number;
|
|
360
|
+
simsun: number;
|
|
361
|
+
黑体: number;
|
|
362
|
+
simhei: number;
|
|
363
|
+
楷体: number;
|
|
364
|
+
kaiti: number;
|
|
365
|
+
仿宋: number;
|
|
366
|
+
fangsong: number;
|
|
367
|
+
新宋体: number;
|
|
368
|
+
nsimsun: number;
|
|
369
|
+
华文新魏: number;
|
|
370
|
+
stxinwei: number;
|
|
371
|
+
华文行楷: number;
|
|
372
|
+
stxingkai: number;
|
|
373
|
+
华文隶书: number;
|
|
374
|
+
stliti: number;
|
|
375
|
+
};
|
|
376
|
+
border: {
|
|
377
|
+
borderTop: string;
|
|
378
|
+
borderBottom: string;
|
|
379
|
+
borderLeft: string;
|
|
380
|
+
borderRight: string;
|
|
381
|
+
borderNone: string;
|
|
382
|
+
borderAll: string;
|
|
383
|
+
borderOutside: string;
|
|
384
|
+
borderInside: string;
|
|
385
|
+
borderHorizontal: string;
|
|
386
|
+
borderVertical: string;
|
|
387
|
+
borderColor: string;
|
|
388
|
+
borderSize: string;
|
|
389
|
+
borderSlash: string;
|
|
390
|
+
borderDefault: string;
|
|
391
|
+
borderStyle: string;
|
|
392
|
+
};
|
|
393
|
+
merge: {
|
|
394
|
+
mergeAll: string;
|
|
395
|
+
mergeV: string;
|
|
396
|
+
mergeH: string;
|
|
397
|
+
mergeCancel: string;
|
|
398
|
+
overlappingError: string;
|
|
399
|
+
partiallyError: string;
|
|
400
|
+
};
|
|
401
|
+
align: {
|
|
402
|
+
left: string;
|
|
403
|
+
center: string;
|
|
404
|
+
right: string;
|
|
405
|
+
top: string;
|
|
406
|
+
middle: string;
|
|
407
|
+
bottom: string;
|
|
408
|
+
};
|
|
409
|
+
textWrap: {
|
|
410
|
+
overflow: string;
|
|
411
|
+
wrap: string;
|
|
412
|
+
clip: string;
|
|
413
|
+
};
|
|
414
|
+
rotation: {
|
|
415
|
+
none: string;
|
|
416
|
+
angleup: string;
|
|
417
|
+
angledown: string;
|
|
418
|
+
vertical: string;
|
|
419
|
+
rotationUp: string;
|
|
420
|
+
rotationDown: string;
|
|
421
|
+
};
|
|
422
|
+
freezen: {
|
|
423
|
+
default: string;
|
|
424
|
+
freezenRow: string;
|
|
425
|
+
freezenColumn: string;
|
|
426
|
+
freezenRC: string;
|
|
427
|
+
freezenRowRange: string;
|
|
428
|
+
freezenColumnRange: string;
|
|
429
|
+
freezenRCRange: string;
|
|
430
|
+
freezenCancel: string;
|
|
431
|
+
noSelectionError: string;
|
|
432
|
+
rangeRCOverErrorTitle: string;
|
|
433
|
+
rangeRCOverError: string;
|
|
434
|
+
};
|
|
435
|
+
sort: {
|
|
436
|
+
asc: string;
|
|
437
|
+
desc: string;
|
|
438
|
+
custom: string;
|
|
439
|
+
hasTitle: string;
|
|
440
|
+
sortBy: string;
|
|
441
|
+
addOthers: string;
|
|
442
|
+
close: string;
|
|
443
|
+
confirm: string;
|
|
444
|
+
columnOperation: string;
|
|
445
|
+
secondaryTitle: string;
|
|
446
|
+
sortTitle: string;
|
|
447
|
+
sortRangeTitle: string;
|
|
448
|
+
sortRangeTitleTo: string;
|
|
449
|
+
noRangeError: string;
|
|
450
|
+
mergeError: string;
|
|
451
|
+
};
|
|
452
|
+
filter: {
|
|
453
|
+
filter: string;
|
|
454
|
+
clearFilter: string;
|
|
455
|
+
sortByAsc: string;
|
|
456
|
+
sortByDesc: string;
|
|
457
|
+
filterByColor: string;
|
|
458
|
+
filterByCondition: string;
|
|
459
|
+
filterByValues: string;
|
|
460
|
+
filiterInputNone: string;
|
|
461
|
+
filiterInputTip: string;
|
|
462
|
+
filiterRangeStartTip: string;
|
|
463
|
+
filiterRangeEndTip: string;
|
|
464
|
+
filterValueByAllBtn: string;
|
|
465
|
+
filterValueByClearBtn: string;
|
|
466
|
+
filterValueByInverseBtn: string;
|
|
467
|
+
filterValueByTip: string;
|
|
468
|
+
filterConfirm: string;
|
|
469
|
+
filterCancel: string;
|
|
470
|
+
conditionNone: string;
|
|
471
|
+
conditionCellIsNull: string;
|
|
472
|
+
conditionCellNotNull: string;
|
|
473
|
+
conditionCellTextContain: string;
|
|
474
|
+
conditionCellTextNotContain: string;
|
|
475
|
+
conditionCellTextStart: string;
|
|
476
|
+
conditionCellTextEnd: string;
|
|
477
|
+
conditionCellTextEqual: string;
|
|
478
|
+
conditionCellDateEqual: string;
|
|
479
|
+
conditionCellDateBefore: string;
|
|
480
|
+
conditionCellDateAfter: string;
|
|
481
|
+
conditionCellGreater: string;
|
|
482
|
+
conditionCellGreaterEqual: string;
|
|
483
|
+
conditionCellLess: string;
|
|
484
|
+
conditionCellLessEqual: string;
|
|
485
|
+
conditionCellEqual: string;
|
|
486
|
+
conditionCellNotEqual: string;
|
|
487
|
+
conditionCellBetween: string;
|
|
488
|
+
conditionCellNotBetween: string;
|
|
489
|
+
filiterMoreDataTip: string;
|
|
490
|
+
filiterMonthText: string;
|
|
491
|
+
filiterYearText: string;
|
|
492
|
+
filiterByColorTip: string;
|
|
493
|
+
filiterByTextColorTip: string;
|
|
494
|
+
filterContainerOneColorTip: string;
|
|
495
|
+
filterDateFormatTip: string;
|
|
496
|
+
valueBlank: string;
|
|
497
|
+
mergeError: string;
|
|
498
|
+
};
|
|
499
|
+
rightclick: {
|
|
500
|
+
copy: string;
|
|
501
|
+
copyAs: string;
|
|
502
|
+
paste: string;
|
|
503
|
+
insert: string;
|
|
504
|
+
image: string;
|
|
505
|
+
link: string;
|
|
506
|
+
delete: string;
|
|
507
|
+
deleteCell: string;
|
|
508
|
+
deleteSelected: string;
|
|
509
|
+
hide: string;
|
|
510
|
+
hideSelected: string;
|
|
511
|
+
showHide: string;
|
|
512
|
+
to: string;
|
|
513
|
+
left: string;
|
|
514
|
+
right: string;
|
|
515
|
+
top: string;
|
|
516
|
+
bottom: string;
|
|
517
|
+
moveLeft: string;
|
|
518
|
+
moveUp: string;
|
|
519
|
+
add: string;
|
|
520
|
+
row: string;
|
|
521
|
+
column: string;
|
|
522
|
+
width: string;
|
|
523
|
+
height: string;
|
|
524
|
+
number: string;
|
|
525
|
+
confirm: string;
|
|
526
|
+
orderAZ: string;
|
|
527
|
+
orderZA: string;
|
|
528
|
+
clearContent: string;
|
|
529
|
+
matrix: string;
|
|
530
|
+
sortSelection: string;
|
|
531
|
+
filterSelection: string;
|
|
532
|
+
chartGeneration: string;
|
|
533
|
+
firstLineTitle: string;
|
|
534
|
+
untitled: string;
|
|
535
|
+
array1: string;
|
|
536
|
+
array2: string;
|
|
537
|
+
array3: string;
|
|
538
|
+
diagonal: string;
|
|
539
|
+
antiDiagonal: string;
|
|
540
|
+
diagonalOffset: string;
|
|
541
|
+
offset: string;
|
|
542
|
+
boolean: string;
|
|
543
|
+
flip: string;
|
|
544
|
+
upAndDown: string;
|
|
545
|
+
leftAndRight: string;
|
|
546
|
+
clockwise: string;
|
|
547
|
+
counterclockwise: string;
|
|
548
|
+
transpose: string;
|
|
549
|
+
matrixCalculation: string;
|
|
550
|
+
plus: string;
|
|
551
|
+
minus: string;
|
|
552
|
+
multiply: string;
|
|
553
|
+
divided: string;
|
|
554
|
+
power: string;
|
|
555
|
+
root: string;
|
|
556
|
+
log: string;
|
|
557
|
+
delete0: string;
|
|
558
|
+
removeDuplicate: string;
|
|
559
|
+
byRow: string;
|
|
560
|
+
byCol: string;
|
|
561
|
+
generateNewMatrix: string;
|
|
562
|
+
noMulti: string;
|
|
563
|
+
cannotDeleteAllRow: string;
|
|
564
|
+
cannotDeleteAllColumn: string;
|
|
565
|
+
cannotDeleteRowReadOnly: string;
|
|
566
|
+
cannotDeleteColumnReadOnly: string;
|
|
567
|
+
cannotInsertOnRowReadOnly: string;
|
|
568
|
+
cannotInsertOnColumnReadOnly: string;
|
|
569
|
+
rowOverLimit: string;
|
|
570
|
+
columnOverLimit: string;
|
|
571
|
+
conditionFormat: string;
|
|
572
|
+
};
|
|
573
|
+
comment: {
|
|
574
|
+
insert: string;
|
|
575
|
+
edit: string;
|
|
576
|
+
delete: string;
|
|
577
|
+
showOne: string;
|
|
578
|
+
showAll: string;
|
|
579
|
+
};
|
|
580
|
+
screenshot: {
|
|
581
|
+
screenshotTipNoSelection: string;
|
|
582
|
+
screenshotTipTitle: string;
|
|
583
|
+
screenshotTipHasMerge: string;
|
|
584
|
+
screenshotTipHasMulti: string;
|
|
585
|
+
screenshotTipSuccess: string;
|
|
586
|
+
screenshotImageName: string;
|
|
587
|
+
downLoadClose: string;
|
|
588
|
+
downLoadCopy: string;
|
|
589
|
+
downLoadBtn: string;
|
|
590
|
+
browserNotTip: string;
|
|
591
|
+
rightclickTip: string;
|
|
592
|
+
successTip: string;
|
|
593
|
+
};
|
|
594
|
+
splitText: {
|
|
595
|
+
splitDelimiters: string;
|
|
596
|
+
splitOther: string;
|
|
597
|
+
splitContinueSymbol: string;
|
|
598
|
+
splitDataPreview: string;
|
|
599
|
+
splitTextTitle: string;
|
|
600
|
+
splitConfirmToExe: string;
|
|
601
|
+
splitSymbols: {
|
|
602
|
+
name: string;
|
|
603
|
+
value: string;
|
|
604
|
+
}[];
|
|
605
|
+
tipNoMulti: string;
|
|
606
|
+
tipNoMultiColumn: string;
|
|
607
|
+
tipNoSelect: string;
|
|
608
|
+
};
|
|
609
|
+
imageText: {
|
|
610
|
+
imageSetting: string;
|
|
611
|
+
close: string;
|
|
612
|
+
conventional: string;
|
|
613
|
+
moveCell1: string;
|
|
614
|
+
moveCell2: string;
|
|
615
|
+
moveCell3: string;
|
|
616
|
+
fixedPos: string;
|
|
617
|
+
border: string;
|
|
618
|
+
width: string;
|
|
619
|
+
radius: string;
|
|
620
|
+
style: string;
|
|
621
|
+
solid: string;
|
|
622
|
+
dashed: string;
|
|
623
|
+
dotted: string;
|
|
624
|
+
double: string;
|
|
625
|
+
color: string;
|
|
626
|
+
};
|
|
627
|
+
punctuation: {
|
|
628
|
+
tab: string;
|
|
629
|
+
semicolon: string;
|
|
630
|
+
comma: string;
|
|
631
|
+
space: string;
|
|
632
|
+
};
|
|
633
|
+
findAndReplace: {
|
|
634
|
+
find: string;
|
|
635
|
+
replace: string;
|
|
636
|
+
goto: string;
|
|
637
|
+
location: string;
|
|
638
|
+
formula: string;
|
|
639
|
+
date: string;
|
|
640
|
+
number: string;
|
|
641
|
+
string: string;
|
|
642
|
+
error: string;
|
|
643
|
+
condition: string;
|
|
644
|
+
rowSpan: string;
|
|
645
|
+
columnSpan: string;
|
|
646
|
+
locationExample: string;
|
|
647
|
+
lessTwoRowTip: string;
|
|
648
|
+
lessTwoColumnTip: string;
|
|
649
|
+
findTextbox: string;
|
|
650
|
+
replaceTextbox: string;
|
|
651
|
+
regexTextbox: string;
|
|
652
|
+
wholeTextbox: string;
|
|
653
|
+
distinguishTextbox: string;
|
|
654
|
+
allReplaceBtn: string;
|
|
655
|
+
replaceBtn: string;
|
|
656
|
+
allFindBtn: string;
|
|
657
|
+
findBtn: string;
|
|
658
|
+
noFindTip: string;
|
|
659
|
+
modeTip: string;
|
|
660
|
+
searchTargetSheet: string;
|
|
661
|
+
searchTargetCell: string;
|
|
662
|
+
searchTargetValue: string;
|
|
663
|
+
searchInputTip: string;
|
|
664
|
+
noReplceTip: string;
|
|
665
|
+
noMatchTip: string;
|
|
666
|
+
successTip: string;
|
|
667
|
+
locationConstant: string;
|
|
668
|
+
locationFormula: string;
|
|
669
|
+
locationDate: string;
|
|
670
|
+
locationDigital: string;
|
|
671
|
+
locationString: string;
|
|
672
|
+
locationBool: string;
|
|
673
|
+
locationError: string;
|
|
674
|
+
locationNull: string;
|
|
675
|
+
locationCondition: string;
|
|
676
|
+
locationRowSpan: string;
|
|
677
|
+
locationColumnSpan: string;
|
|
678
|
+
locationTiplessTwoRow: string;
|
|
679
|
+
locationTiplessTwoColumn: string;
|
|
680
|
+
locationTipNotFindCell: string;
|
|
681
|
+
};
|
|
682
|
+
sheetconfig: {
|
|
683
|
+
delete: string;
|
|
684
|
+
copy: string;
|
|
685
|
+
rename: string;
|
|
686
|
+
changeColor: string;
|
|
687
|
+
hide: string;
|
|
688
|
+
unhide: string;
|
|
689
|
+
moveLeft: string;
|
|
690
|
+
moveRight: string;
|
|
691
|
+
resetColor: string;
|
|
692
|
+
cancelText: string;
|
|
693
|
+
chooseText: string;
|
|
694
|
+
focus: string;
|
|
695
|
+
tipNameRepeat: string;
|
|
696
|
+
noMoreSheet: string;
|
|
697
|
+
confirmDelete: string;
|
|
698
|
+
redoDelete: string;
|
|
699
|
+
noHide: string;
|
|
700
|
+
chartEditNoOpt: string;
|
|
701
|
+
sheetNameSpecCharError: string;
|
|
702
|
+
sheetNamecannotIsEmptyError: string;
|
|
703
|
+
};
|
|
704
|
+
conditionformat: {
|
|
705
|
+
conditionformat_greaterThan: string;
|
|
706
|
+
conditionformat_greaterThan_title: string;
|
|
707
|
+
conditionformat_lessThan: string;
|
|
708
|
+
conditionformat_lessThan_title: string;
|
|
709
|
+
conditionformat_between: string;
|
|
710
|
+
conditionformat_between_title: string;
|
|
711
|
+
conditionformat_equal: string;
|
|
712
|
+
conditionformat_equal_title: string;
|
|
713
|
+
conditionformat_textContains: string;
|
|
714
|
+
conditionformat_textContains_title: string;
|
|
715
|
+
conditionformat_occurrenceDate: string;
|
|
716
|
+
conditionformat_occurrenceDate_title: string;
|
|
717
|
+
conditionformat_duplicateValue: string;
|
|
718
|
+
conditionformat_duplicateValue_title: string;
|
|
719
|
+
conditionformat_top10: string;
|
|
720
|
+
conditionformat_top10_percent: string;
|
|
721
|
+
conditionformat_top10_title: string;
|
|
722
|
+
conditionformat_last10: string;
|
|
723
|
+
conditionformat_last10_percent: string;
|
|
724
|
+
conditionformat_last10_title: string;
|
|
725
|
+
conditionformat_aboveAverage: string;
|
|
726
|
+
conditionformat_aboveAverage_title: string;
|
|
727
|
+
conditionformat_belowAverage: string;
|
|
728
|
+
conditionformat_belowAverage_title: string;
|
|
729
|
+
rule: string;
|
|
730
|
+
newRule: string;
|
|
731
|
+
editRule: string;
|
|
732
|
+
deleteRule: string;
|
|
733
|
+
deleteCellRule: string;
|
|
734
|
+
deleteSheetRule: string;
|
|
735
|
+
manageRules: string;
|
|
736
|
+
showRules: string;
|
|
737
|
+
highlightCellRules: string;
|
|
738
|
+
itemSelectionRules: string;
|
|
739
|
+
conditionformatManageRules: string;
|
|
740
|
+
format: string;
|
|
741
|
+
setFormat: string;
|
|
742
|
+
setAs: string;
|
|
743
|
+
setAsByArea: string;
|
|
744
|
+
applyRange: string;
|
|
745
|
+
selectRange: string;
|
|
746
|
+
selectRange_percent: string;
|
|
747
|
+
selectRange_average: string;
|
|
748
|
+
selectRange_value: string;
|
|
749
|
+
pleaseSelectRange: string;
|
|
750
|
+
selectDataRange: string;
|
|
751
|
+
selectCell: string;
|
|
752
|
+
pleaseSelectCell: string;
|
|
753
|
+
pleaseSelectADate: string;
|
|
754
|
+
pleaseEnterInteger: string;
|
|
755
|
+
onlySingleCell: string;
|
|
756
|
+
conditionValueCanOnly: string;
|
|
757
|
+
ruleTypeItem1: string;
|
|
758
|
+
ruleTypeItem2: string;
|
|
759
|
+
ruleTypeItem2_title: string;
|
|
760
|
+
ruleTypeItem3: string;
|
|
761
|
+
ruleTypeItem3_title: string;
|
|
762
|
+
ruleTypeItem4: string;
|
|
763
|
+
ruleTypeItem4_title: string;
|
|
764
|
+
ruleTypeItem5: string;
|
|
765
|
+
ruleTypeItem6: string;
|
|
766
|
+
formula: string;
|
|
767
|
+
textColor: string;
|
|
768
|
+
cellColor: string;
|
|
769
|
+
confirm: string;
|
|
770
|
+
confirmColor: string;
|
|
771
|
+
cancel: string;
|
|
772
|
+
close: string;
|
|
773
|
+
clearColorSelect: string;
|
|
774
|
+
sheet: string;
|
|
775
|
+
currentSheet: string;
|
|
776
|
+
dataBar: string;
|
|
777
|
+
dataBarColor: string;
|
|
778
|
+
gradientDataBar_1: string;
|
|
779
|
+
gradientDataBar_2: string;
|
|
780
|
+
gradientDataBar_3: string;
|
|
781
|
+
gradientDataBar_4: string;
|
|
782
|
+
gradientDataBar_5: string;
|
|
783
|
+
gradientDataBar_6: string;
|
|
784
|
+
solidColorDataBar_1: string;
|
|
785
|
+
solidColorDataBar_2: string;
|
|
786
|
+
solidColorDataBar_3: string;
|
|
787
|
+
solidColorDataBar_4: string;
|
|
788
|
+
solidColorDataBar_5: string;
|
|
789
|
+
solidColorDataBar_6: string;
|
|
790
|
+
colorGradation: string;
|
|
791
|
+
colorGradation_1: string;
|
|
792
|
+
colorGradation_2: string;
|
|
793
|
+
colorGradation_3: string;
|
|
794
|
+
colorGradation_4: string;
|
|
795
|
+
colorGradation_5: string;
|
|
796
|
+
colorGradation_6: string;
|
|
797
|
+
colorGradation_7: string;
|
|
798
|
+
colorGradation_8: string;
|
|
799
|
+
colorGradation_9: string;
|
|
800
|
+
colorGradation_10: string;
|
|
801
|
+
colorGradation_11: string;
|
|
802
|
+
colorGradation_12: string;
|
|
803
|
+
icons: string;
|
|
804
|
+
pleaseSelectIcon: string;
|
|
805
|
+
cellValue: string;
|
|
806
|
+
specificText: string;
|
|
807
|
+
occurrenceDate: string;
|
|
808
|
+
greaterThan: string;
|
|
809
|
+
lessThan: string;
|
|
810
|
+
between: string;
|
|
811
|
+
equal: string;
|
|
812
|
+
in: string;
|
|
813
|
+
to: string;
|
|
814
|
+
between2: string;
|
|
815
|
+
contain: string;
|
|
816
|
+
textContains: string;
|
|
817
|
+
duplicateValue: string;
|
|
818
|
+
uniqueValue: string;
|
|
819
|
+
top: string;
|
|
820
|
+
top10: string;
|
|
821
|
+
top10_percent: string;
|
|
822
|
+
last: string;
|
|
823
|
+
last10: string;
|
|
824
|
+
last10_percent: string;
|
|
825
|
+
oneself: string;
|
|
826
|
+
above: string;
|
|
827
|
+
aboveAverage: string;
|
|
828
|
+
below: string;
|
|
829
|
+
belowAverage: string;
|
|
830
|
+
all: string;
|
|
831
|
+
yesterday: string;
|
|
832
|
+
today: string;
|
|
833
|
+
tomorrow: string;
|
|
834
|
+
lastWeek: string;
|
|
835
|
+
thisWeek: string;
|
|
836
|
+
lastMonth: string;
|
|
837
|
+
thisMonth: string;
|
|
838
|
+
lastYear: string;
|
|
839
|
+
thisYear: string;
|
|
840
|
+
last7days: string;
|
|
841
|
+
last30days: string;
|
|
842
|
+
next7days: string;
|
|
843
|
+
next30days: string;
|
|
844
|
+
next60days: string;
|
|
845
|
+
chooseRuleType: string;
|
|
846
|
+
editRuleDescription: string;
|
|
847
|
+
newFormatRule: string;
|
|
848
|
+
editFormatRule: string;
|
|
849
|
+
formatStyle: string;
|
|
850
|
+
fillType: string;
|
|
851
|
+
color: string;
|
|
852
|
+
twocolor: string;
|
|
853
|
+
tricolor: string;
|
|
854
|
+
multicolor: string;
|
|
855
|
+
grayColor: string;
|
|
856
|
+
gradient: string;
|
|
857
|
+
solid: string;
|
|
858
|
+
maxValue: string;
|
|
859
|
+
medianValue: string;
|
|
860
|
+
minValue: string;
|
|
861
|
+
direction: string;
|
|
862
|
+
threeWayArrow: string;
|
|
863
|
+
fourWayArrow: string;
|
|
864
|
+
fiveWayArrow: string;
|
|
865
|
+
threeTriangles: string;
|
|
866
|
+
shape: string;
|
|
867
|
+
threeColorTrafficLight: string;
|
|
868
|
+
fourColorTrafficLight: string;
|
|
869
|
+
threeSigns: string;
|
|
870
|
+
greenRedBlackGradient: string;
|
|
871
|
+
rimless: string;
|
|
872
|
+
bordered: string;
|
|
873
|
+
mark: string;
|
|
874
|
+
threeSymbols: string;
|
|
875
|
+
tricolorFlag: string;
|
|
876
|
+
circled: string;
|
|
877
|
+
noCircle: string;
|
|
878
|
+
grade: string;
|
|
879
|
+
grade4: string;
|
|
880
|
+
grade5: string;
|
|
881
|
+
threeStars: string;
|
|
882
|
+
fiveQuadrantDiagram: string;
|
|
883
|
+
fiveBoxes: string;
|
|
884
|
+
};
|
|
885
|
+
insertLink: {
|
|
886
|
+
linkText: string;
|
|
887
|
+
linkType: string;
|
|
888
|
+
linkAddress: string;
|
|
889
|
+
linkSheet: string;
|
|
890
|
+
linkCell: string;
|
|
891
|
+
linkTooltip: string;
|
|
892
|
+
selectCellRange: string;
|
|
893
|
+
cellRangePlaceholder: string;
|
|
894
|
+
placeholder1: string;
|
|
895
|
+
placeholder2: string;
|
|
896
|
+
placeholder3: string;
|
|
897
|
+
tooltipInfo1: string;
|
|
898
|
+
invalidCellRangeTip: string;
|
|
899
|
+
openLink: string;
|
|
900
|
+
goTo: string;
|
|
901
|
+
};
|
|
902
|
+
linkTypeList: {
|
|
903
|
+
text: string;
|
|
904
|
+
value: string;
|
|
905
|
+
}[];
|
|
906
|
+
dataVerification: {
|
|
907
|
+
cellRange: string;
|
|
908
|
+
selectCellRange: string;
|
|
909
|
+
selectCellRange2: string;
|
|
910
|
+
verificationCondition: string;
|
|
911
|
+
allowMultiSelect: string;
|
|
912
|
+
dropdown: string;
|
|
913
|
+
checkbox: string;
|
|
914
|
+
number: string;
|
|
915
|
+
number_integer: string;
|
|
916
|
+
number_decimal: string;
|
|
917
|
+
text_content: string;
|
|
918
|
+
text_length: string;
|
|
919
|
+
date: string;
|
|
920
|
+
validity: string;
|
|
921
|
+
placeholder1: string;
|
|
922
|
+
placeholder2: string;
|
|
923
|
+
placeholder3: string;
|
|
924
|
+
placeholder4: string;
|
|
925
|
+
placeholder5: string;
|
|
926
|
+
selected: string;
|
|
927
|
+
notSelected: string;
|
|
928
|
+
between: string;
|
|
929
|
+
notBetween: string;
|
|
930
|
+
equal: string;
|
|
931
|
+
notEqualTo: string;
|
|
932
|
+
moreThanThe: string;
|
|
933
|
+
lessThan: string;
|
|
934
|
+
greaterOrEqualTo: string;
|
|
935
|
+
lessThanOrEqualTo: string;
|
|
936
|
+
include: string;
|
|
937
|
+
exclude: string;
|
|
938
|
+
earlierThan: string;
|
|
939
|
+
noEarlierThan: string;
|
|
940
|
+
laterThan: string;
|
|
941
|
+
noLaterThan: string;
|
|
942
|
+
identificationNumber: string;
|
|
943
|
+
phoneNumber: string;
|
|
944
|
+
remote: string;
|
|
945
|
+
prohibitInput: string;
|
|
946
|
+
hintShow: string;
|
|
947
|
+
deleteVerification: string;
|
|
948
|
+
tooltipInfo1: string;
|
|
949
|
+
tooltipInfo2: string;
|
|
950
|
+
tooltipInfo3: string;
|
|
951
|
+
tooltipInfo4: string;
|
|
952
|
+
tooltipInfo5: string;
|
|
953
|
+
tooltipInfo6: string;
|
|
954
|
+
tooltipInfo7: string;
|
|
955
|
+
textlengthInteger: string;
|
|
956
|
+
};
|
|
957
|
+
formula: {
|
|
958
|
+
sum: string;
|
|
959
|
+
average: string;
|
|
960
|
+
count: string;
|
|
961
|
+
max: string;
|
|
962
|
+
min: string;
|
|
963
|
+
ifGenerate: string;
|
|
964
|
+
find: string;
|
|
965
|
+
tipNotBelongToIf: string;
|
|
966
|
+
tipSelectCell: string;
|
|
967
|
+
ifGenCompareValueTitle: string;
|
|
968
|
+
ifGenSelectCellTitle: string;
|
|
969
|
+
ifGenRangeTitle: string;
|
|
970
|
+
ifGenRangeTo: string;
|
|
971
|
+
ifGenRangeEvaluate: string;
|
|
972
|
+
ifGenSelectRangeTitle: string;
|
|
973
|
+
ifGenCutWay: string;
|
|
974
|
+
ifGenCutSame: string;
|
|
975
|
+
ifGenCutNpiece: string;
|
|
976
|
+
ifGenCutCustom: string;
|
|
977
|
+
ifGenCutConfirm: string;
|
|
978
|
+
ifGenTipSelectCell: string;
|
|
979
|
+
ifGenTipSelectCellPlace: string;
|
|
980
|
+
ifGenTipSelectRange: string;
|
|
981
|
+
ifGenTipSelectRangePlace: string;
|
|
982
|
+
ifGenTipNotNullValue: string;
|
|
983
|
+
ifGenTipLableTitile: string;
|
|
984
|
+
ifGenTipRangeNotforNull: string;
|
|
985
|
+
ifGenTipCutValueNotforNull: string;
|
|
986
|
+
ifGenTipNotGenCondition: string;
|
|
987
|
+
};
|
|
988
|
+
formulaMore: {
|
|
989
|
+
valueTitle: string;
|
|
990
|
+
tipSelectDataRange: string;
|
|
991
|
+
tipDataRangeTile: string;
|
|
992
|
+
findFunctionTitle: string;
|
|
993
|
+
tipInputFunctionName: string;
|
|
994
|
+
Array: string;
|
|
995
|
+
Database: string;
|
|
996
|
+
Date: string;
|
|
997
|
+
Engineering: string;
|
|
998
|
+
Filter: string;
|
|
999
|
+
Financial: string;
|
|
1000
|
+
luckysheet: string;
|
|
1001
|
+
other: string;
|
|
1002
|
+
Logical: string;
|
|
1003
|
+
Lookup: string;
|
|
1004
|
+
Math: string;
|
|
1005
|
+
Operator: string;
|
|
1006
|
+
Parser: string;
|
|
1007
|
+
Statistical: string;
|
|
1008
|
+
Text: string;
|
|
1009
|
+
dataMining: string;
|
|
1010
|
+
selectFunctionTitle: string;
|
|
1011
|
+
calculationResult: string;
|
|
1012
|
+
tipSuccessText: string;
|
|
1013
|
+
tipParamErrorText: string;
|
|
1014
|
+
helpClose: string;
|
|
1015
|
+
helpCollapse: string;
|
|
1016
|
+
helpExample: string;
|
|
1017
|
+
helpAbstract: string;
|
|
1018
|
+
execfunctionError: string;
|
|
1019
|
+
execfunctionSelfError: string;
|
|
1020
|
+
execfunctionSelfErrorResult: string;
|
|
1021
|
+
allowRepeatText: string;
|
|
1022
|
+
allowOptionText: string;
|
|
1023
|
+
selectCategory: string;
|
|
1024
|
+
};
|
|
1025
|
+
drag: {
|
|
1026
|
+
noMerge: string;
|
|
1027
|
+
affectPivot: string;
|
|
1028
|
+
noMulti: string;
|
|
1029
|
+
noPaste: string;
|
|
1030
|
+
noPartMerge: string;
|
|
1031
|
+
inputCorrect: string;
|
|
1032
|
+
notLessOne: string;
|
|
1033
|
+
offsetColumnLessZero: string;
|
|
1034
|
+
pasteMustKeybordAlert: string;
|
|
1035
|
+
pasteMustKeybordAlertHTMLTitle: string;
|
|
1036
|
+
pasteMustKeybordAlertHTML: string;
|
|
1037
|
+
};
|
|
1038
|
+
pivotTable: {
|
|
1039
|
+
title: string;
|
|
1040
|
+
closePannel: string;
|
|
1041
|
+
editRange: string;
|
|
1042
|
+
tipPivotFieldSelected: string;
|
|
1043
|
+
tipClearSelectedField: string;
|
|
1044
|
+
btnClearSelectedField: string;
|
|
1045
|
+
btnFilter: string;
|
|
1046
|
+
titleRow: string;
|
|
1047
|
+
titleColumn: string;
|
|
1048
|
+
titleValue: string;
|
|
1049
|
+
tipShowColumn: string;
|
|
1050
|
+
tipShowRow: string;
|
|
1051
|
+
titleSelectionDataRange: string;
|
|
1052
|
+
titleDataRange: string;
|
|
1053
|
+
valueSum: string;
|
|
1054
|
+
valueStatisticsSUM: string;
|
|
1055
|
+
valueStatisticsCOUNT: string;
|
|
1056
|
+
valueStatisticsCOUNTA: string;
|
|
1057
|
+
valueStatisticsCOUNTUNIQUE: string;
|
|
1058
|
+
valueStatisticsAVERAGE: string;
|
|
1059
|
+
valueStatisticsMAX: string;
|
|
1060
|
+
valueStatisticsMIN: string;
|
|
1061
|
+
valueStatisticsMEDIAN: string;
|
|
1062
|
+
valueStatisticsPRODUCT: string;
|
|
1063
|
+
valueStatisticsSTDEV: string;
|
|
1064
|
+
valueStatisticsSTDEVP: string;
|
|
1065
|
+
valueStatisticslet: string;
|
|
1066
|
+
valueStatisticsVARP: string;
|
|
1067
|
+
errorNotAllowEdit: string;
|
|
1068
|
+
errorNotAllowMulti: string;
|
|
1069
|
+
errorSelectRange: string;
|
|
1070
|
+
errorIsDamage: string;
|
|
1071
|
+
errorNotAllowPivotData: string;
|
|
1072
|
+
errorSelectionRange: string;
|
|
1073
|
+
errorIncreaseRange: string;
|
|
1074
|
+
titleAddColumn: string;
|
|
1075
|
+
titleMoveColumn: string;
|
|
1076
|
+
titleClearColumnFilter: string;
|
|
1077
|
+
titleFilterColumn: string;
|
|
1078
|
+
titleSort: string;
|
|
1079
|
+
titleNoSort: string;
|
|
1080
|
+
titleSortAsc: string;
|
|
1081
|
+
titleSortDesc: string;
|
|
1082
|
+
titleSortBy: string;
|
|
1083
|
+
titleShowSum: string;
|
|
1084
|
+
titleStasticTrue: string;
|
|
1085
|
+
titleStasticFalse: string;
|
|
1086
|
+
};
|
|
1087
|
+
dropCell: {
|
|
1088
|
+
copyCell: string;
|
|
1089
|
+
sequence: string;
|
|
1090
|
+
onlyFormat: string;
|
|
1091
|
+
noFormat: string;
|
|
1092
|
+
day: string;
|
|
1093
|
+
workDay: string;
|
|
1094
|
+
month: string;
|
|
1095
|
+
year: string;
|
|
1096
|
+
chineseNumber: string;
|
|
1097
|
+
};
|
|
1098
|
+
imageCtrl: {
|
|
1099
|
+
borderTile: string;
|
|
1100
|
+
borderCur: string;
|
|
1101
|
+
};
|
|
1102
|
+
protection: {
|
|
1103
|
+
protectiontTitle: string;
|
|
1104
|
+
enterPassword: string;
|
|
1105
|
+
enterHint: string;
|
|
1106
|
+
swichProtectionTip: string;
|
|
1107
|
+
authorityTitle: string;
|
|
1108
|
+
selectLockedCells: string;
|
|
1109
|
+
selectunLockedCells: string;
|
|
1110
|
+
formatCells: string;
|
|
1111
|
+
formatColumns: string;
|
|
1112
|
+
formatRows: string;
|
|
1113
|
+
insertColumns: string;
|
|
1114
|
+
insertRows: string;
|
|
1115
|
+
insertHyperlinks: string;
|
|
1116
|
+
deleteColumns: string;
|
|
1117
|
+
deleteRows: string;
|
|
1118
|
+
sort: string;
|
|
1119
|
+
filter: string;
|
|
1120
|
+
usePivotTablereports: string;
|
|
1121
|
+
editObjects: string;
|
|
1122
|
+
editScenarios: string;
|
|
1123
|
+
allowRangeTitle: string;
|
|
1124
|
+
allowRangeAdd: string;
|
|
1125
|
+
allowRangeAddTitle: string;
|
|
1126
|
+
allowRangeAddSqrf: string;
|
|
1127
|
+
selectCellRange: string;
|
|
1128
|
+
selectCellRangeHolder: string;
|
|
1129
|
+
allowRangeAddTitlePassword: string;
|
|
1130
|
+
allowRangeAddTitleHint: string;
|
|
1131
|
+
allowRangeAddTitleHintTitle: string;
|
|
1132
|
+
allowRangeAddtitleDefault: string;
|
|
1133
|
+
rangeItemDblclick: string;
|
|
1134
|
+
rangeItemHasPassword: string;
|
|
1135
|
+
rangeItemErrorTitleNull: string;
|
|
1136
|
+
rangeItemErrorRangeNull: string;
|
|
1137
|
+
rangeItemErrorRange: string;
|
|
1138
|
+
validationTitle: string;
|
|
1139
|
+
validationTips: string;
|
|
1140
|
+
validationInputHint: string;
|
|
1141
|
+
checkPasswordNullalert: string;
|
|
1142
|
+
checkPasswordWrongalert: string;
|
|
1143
|
+
checkPasswordSucceedalert: string;
|
|
1144
|
+
defaultRangeHintText: string;
|
|
1145
|
+
defaultSheetHintText: string;
|
|
1146
|
+
};
|
|
1147
|
+
cellFormat: {
|
|
1148
|
+
cellFormatTitle: string;
|
|
1149
|
+
protection: string;
|
|
1150
|
+
locked: string;
|
|
1151
|
+
hidden: string;
|
|
1152
|
+
protectionTips: string;
|
|
1153
|
+
tipsPart: string;
|
|
1154
|
+
tipsAll: string;
|
|
1155
|
+
selectionIsNullAlert: string;
|
|
1156
|
+
sheetDataIsNullAlert: string;
|
|
1157
|
+
};
|
|
1158
|
+
print: {
|
|
1159
|
+
normalBtn: string;
|
|
1160
|
+
layoutBtn: string;
|
|
1161
|
+
pageBtn: string;
|
|
1162
|
+
menuItemPrint: string;
|
|
1163
|
+
menuItemAreas: string;
|
|
1164
|
+
menuItemRows: string;
|
|
1165
|
+
menuItemColumns: string;
|
|
1166
|
+
};
|
|
1167
|
+
edit: {
|
|
1168
|
+
typing: string;
|
|
1169
|
+
};
|
|
1170
|
+
websocket: {
|
|
1171
|
+
success: string;
|
|
1172
|
+
refresh: string;
|
|
1173
|
+
wait: string;
|
|
1174
|
+
close: string;
|
|
1175
|
+
contact: string;
|
|
1176
|
+
support: string;
|
|
1177
|
+
};
|
|
1178
|
+
};
|
|
1179
|
+
getWorkbookContext: () => import("@fileverse-dev/fortune-core").Context;
|
|
1180
|
+
}>>;
|
|
1181
|
+
export default _default;
|
|
1182
|
+
export declare const Example: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@fileverse-dev/fortune-core").Settings & {
|
|
1183
|
+
onChange?: ((data: Sheet[]) => void) | undefined;
|
|
1184
|
+
onOp?: ((op: Op[]) => void) | undefined;
|
|
1185
|
+
} & React.RefAttributes<{
|
|
1186
|
+
applyOp: (ops: Op[]) => void;
|
|
1187
|
+
getCellValue: (row: number, column: number, options?: import("../packages/core/src/api").CommonOptions & {
|
|
1188
|
+
type?: "v" | "m" | "mc" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "rt" | "ps" | "hl" | keyof import("@fileverse-dev/fortune-core").CellStyle | undefined;
|
|
1189
|
+
}) => any;
|
|
1190
|
+
onboardingActiveCell: (functionName: string) => void;
|
|
1191
|
+
initializeComment: (row: number, column: number) => void;
|
|
1192
|
+
setCellValue: (row: number, column: number, value: any, options?: import("../packages/core/src/api").CommonOptions & {
|
|
1193
|
+
type?: "v" | "m" | "mc" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "rt" | "ps" | "hl" | keyof import("@fileverse-dev/fortune-core").CellStyle | undefined;
|
|
1194
|
+
}) => void;
|
|
1195
|
+
clearCell: (row: number, column: number, options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
1196
|
+
setCellFormat: (row: number, column: number, attr: "v" | "m" | "mc" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "rt" | "ps" | "hl" | keyof import("@fileverse-dev/fortune-core").CellStyle, value: any, options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
1197
|
+
autoFillCell: (copyRange: import("@fileverse-dev/fortune-core").SingleRange, applyRange: import("@fileverse-dev/fortune-core").SingleRange, direction: "up" | "down" | "left" | "right") => void;
|
|
1198
|
+
freeze: (type: "row" | "column" | "both", range: {
|
|
1199
|
+
row: number;
|
|
1200
|
+
column: number;
|
|
1201
|
+
}, options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
1202
|
+
insertRowOrColumn: (type: "row" | "column", index: number, count: number, direction?: "lefttop" | "rightbottom", options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
1203
|
+
deleteRowOrColumn: (type: "row" | "column", start: number, end: number, options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
1204
|
+
hideRowOrColumn: (rowOrColInfo: string[], type: "row" | "column") => void;
|
|
1205
|
+
showRowOrColumn: (rowOrColInfo: string[], type: "row" | "column") => void;
|
|
1206
|
+
setRowHeight: (rowInfo: Record<string, number>, options?: import("../packages/core/src/api").CommonOptions, custom?: boolean) => void;
|
|
1207
|
+
setColumnWidth: (columnInfo: Record<string, number>, options?: import("../packages/core/src/api").CommonOptions, custom?: boolean) => void;
|
|
1208
|
+
getRowHeight: (rows: number[], options?: import("../packages/core/src/api").CommonOptions) => Record<number, number>;
|
|
1209
|
+
getColumnWidth: (columns: number[], options?: import("../packages/core/src/api").CommonOptions) => Record<number, number>;
|
|
1210
|
+
getSelection: () => {
|
|
1211
|
+
row: number[];
|
|
1212
|
+
column: number[];
|
|
1213
|
+
}[] | undefined;
|
|
1214
|
+
getFlattenRange: (range: import("@fileverse-dev/fortune-core").Range) => {
|
|
1215
|
+
r: number;
|
|
1216
|
+
c: number;
|
|
1217
|
+
}[];
|
|
1218
|
+
getCellsByFlattenRange: (range?: {
|
|
1219
|
+
r: number;
|
|
1220
|
+
c: number;
|
|
1221
|
+
}[] | undefined) => (import("@fileverse-dev/fortune-core").Cell | null)[];
|
|
1222
|
+
getSelectionCoordinates: () => string[];
|
|
1223
|
+
getCellsByRange: (range: Selection, options?: import("../packages/core/src/api").CommonOptions) => (import("@fileverse-dev/fortune-core").Cell | null)[][];
|
|
1224
|
+
getHtmlByRange: (range: import("@fileverse-dev/fortune-core").Range, options?: import("../packages/core/src/api").CommonOptions) => string | null;
|
|
1225
|
+
setSelection: (range: import("@fileverse-dev/fortune-core").Range, options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
1226
|
+
setCellValuesByRange: (data: any[][], range: import("@fileverse-dev/fortune-core").SingleRange, options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
1227
|
+
setCellFormatByRange: (attr: "v" | "m" | "mc" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "rt" | "ps" | "hl" | keyof import("@fileverse-dev/fortune-core").CellStyle, value: any, range: import("@fileverse-dev/fortune-core").SingleRange | import("@fileverse-dev/fortune-core").Range, options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
1228
|
+
mergeCells: (ranges: import("@fileverse-dev/fortune-core").Range, type: string, options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
1229
|
+
cancelMerge: (ranges: import("@fileverse-dev/fortune-core").Range, options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
1230
|
+
getAllSheets: () => Sheet[];
|
|
1231
|
+
getSheet: (options?: import("../packages/core/src/api").CommonOptions) => {
|
|
1232
|
+
celldata: import("@fileverse-dev/fortune-core").CellWithRowAndCol[];
|
|
1233
|
+
name: string;
|
|
1234
|
+
config?: import("@fileverse-dev/fortune-core").SheetConfig | undefined;
|
|
1235
|
+
order?: number | undefined;
|
|
1236
|
+
color?: string | undefined;
|
|
1237
|
+
data?: import("@fileverse-dev/fortune-core").CellMatrix | undefined;
|
|
1238
|
+
id?: string | undefined;
|
|
1239
|
+
images?: import("@fileverse-dev/fortune-core").Image[] | undefined;
|
|
1240
|
+
iframes?: {
|
|
1241
|
+
id: string;
|
|
1242
|
+
src: string;
|
|
1243
|
+
left: number;
|
|
1244
|
+
top: number;
|
|
1245
|
+
width: number;
|
|
1246
|
+
height: number;
|
|
1247
|
+
}[] | undefined;
|
|
1248
|
+
zoomRatio?: number | undefined;
|
|
1249
|
+
column?: number | undefined;
|
|
1250
|
+
row?: number | undefined;
|
|
1251
|
+
addRows?: number | undefined;
|
|
1252
|
+
status?: number | undefined;
|
|
1253
|
+
hide?: number | undefined;
|
|
1254
|
+
luckysheet_select_save?: Selection[] | undefined;
|
|
1255
|
+
luckysheet_selection_range?: {
|
|
1256
|
+
row: number[];
|
|
1257
|
+
column: number[];
|
|
1258
|
+
}[] | undefined;
|
|
1259
|
+
calcChain?: any[] | undefined;
|
|
1260
|
+
defaultRowHeight?: number | undefined;
|
|
1261
|
+
defaultColWidth?: number | undefined;
|
|
1262
|
+
showGridLines?: number | boolean | undefined;
|
|
1263
|
+
pivotTable?: any;
|
|
1264
|
+
isPivotTable?: boolean | undefined;
|
|
1265
|
+
filter?: Record<string, any> | undefined;
|
|
1266
|
+
filter_select?: {
|
|
1267
|
+
row: number[];
|
|
1268
|
+
column: number[];
|
|
1269
|
+
} | undefined;
|
|
1270
|
+
luckysheet_conditionformat_save?: any[] | undefined;
|
|
1271
|
+
luckysheet_alternateformat_save?: any[] | undefined;
|
|
1272
|
+
dataVerification?: any;
|
|
1273
|
+
conditionRules?: import("@fileverse-dev/fortune-core").ConditionRulesProps | undefined;
|
|
1274
|
+
hyperlink?: Record<string, {
|
|
1275
|
+
linkType: string;
|
|
1276
|
+
linkAddress: string;
|
|
1277
|
+
}> | undefined;
|
|
1278
|
+
dynamicArray_compute?: any;
|
|
1279
|
+
dynamicArray?: any[] | undefined;
|
|
1280
|
+
frozen?: {
|
|
1281
|
+
type: "row" | "column" | "both" | "rangeRow" | "rangeColumn" | "rangeBoth";
|
|
1282
|
+
range?: {
|
|
1283
|
+
row_focus: number;
|
|
1284
|
+
column_focus: number;
|
|
1285
|
+
} | undefined;
|
|
1286
|
+
} | undefined;
|
|
1287
|
+
};
|
|
1288
|
+
addSheet: () => void;
|
|
1289
|
+
deleteSheet: (options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
1290
|
+
updateSheet: (data: Sheet[]) => void;
|
|
1291
|
+
activateSheet: (options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
1292
|
+
setSheetName: (name: string, options?: import("../packages/core/src/api").CommonOptions) => void;
|
|
1293
|
+
setSheetOrder: (orderList: Record<string, number>) => void;
|
|
1294
|
+
scroll: (options: {
|
|
1295
|
+
scrollLeft?: number | undefined;
|
|
1296
|
+
scrollTop?: number | undefined;
|
|
1297
|
+
targetRow?: number | undefined;
|
|
1298
|
+
targetColumn?: number | undefined;
|
|
1299
|
+
}) => void;
|
|
1300
|
+
addPresences: (newPresences: import("@fileverse-dev/fortune-core").Presence[]) => void;
|
|
1301
|
+
removePresences: (arr: {
|
|
1302
|
+
username: string;
|
|
1303
|
+
userId?: string | undefined;
|
|
1304
|
+
}[]) => void;
|
|
1305
|
+
handleUndo: () => void;
|
|
1306
|
+
handleRedo: () => void;
|
|
1307
|
+
calculateFormula: () => void;
|
|
1308
|
+
dataToCelldata: (data: import("@fileverse-dev/fortune-core").CellMatrix | undefined) => import("@fileverse-dev/fortune-core").CellWithRowAndCol[];
|
|
1309
|
+
celldataToData: (celldata: import("@fileverse-dev/fortune-core").CellWithRowAndCol[], rowCount?: number | undefined, colCount?: number | undefined) => import("@fileverse-dev/fortune-core").CellMatrix | null;
|
|
1310
|
+
insertFunction: (selectedFuncIndex: number, filteredFunctionList: any[], callback?: (() => void) | undefined) => void;
|
|
1311
|
+
getLocaleContext: () => {
|
|
1312
|
+
generalDialog: {
|
|
1313
|
+
partiallyError: string;
|
|
1314
|
+
readOnlyError: string;
|
|
1315
|
+
dataNullError: string;
|
|
1316
|
+
noSelectionError: string;
|
|
1317
|
+
cannotSelectMultiple: string;
|
|
1318
|
+
};
|
|
1319
|
+
functionlist: ({
|
|
1320
|
+
n: string;
|
|
1321
|
+
t: number;
|
|
1322
|
+
d: string;
|
|
1323
|
+
a: string;
|
|
1324
|
+
m: number[];
|
|
1325
|
+
p: {
|
|
1326
|
+
name: string;
|
|
1327
|
+
detail: string;
|
|
1328
|
+
example: string;
|
|
1329
|
+
require: string;
|
|
1330
|
+
repeat: string;
|
|
1331
|
+
type: string;
|
|
1332
|
+
}[];
|
|
1333
|
+
} | {
|
|
1334
|
+
n: string;
|
|
1335
|
+
t: number;
|
|
1336
|
+
d: string;
|
|
1337
|
+
a: string;
|
|
1338
|
+
p: {
|
|
1339
|
+
name: string;
|
|
1340
|
+
detail: string;
|
|
1341
|
+
example: string;
|
|
1342
|
+
require: string;
|
|
1343
|
+
repeat: string;
|
|
1344
|
+
type: string;
|
|
1345
|
+
}[];
|
|
1346
|
+
m?: undefined;
|
|
1347
|
+
} | {
|
|
1348
|
+
n: string;
|
|
1349
|
+
t: string;
|
|
1350
|
+
d: string;
|
|
1351
|
+
a: string;
|
|
1352
|
+
m: number[];
|
|
1353
|
+
p: {
|
|
1354
|
+
name: string;
|
|
1355
|
+
example: string;
|
|
1356
|
+
detail: string;
|
|
1357
|
+
require: string;
|
|
1358
|
+
repeat: string;
|
|
1359
|
+
type: string;
|
|
1360
|
+
}[];
|
|
1361
|
+
})[];
|
|
1362
|
+
toolbar: {
|
|
1363
|
+
toolbar: string;
|
|
1364
|
+
undo: string;
|
|
1365
|
+
redo: string;
|
|
1366
|
+
"clear-format": string;
|
|
1367
|
+
"format-painter": string;
|
|
1368
|
+
"currency-format": string;
|
|
1369
|
+
"percentage-format": string;
|
|
1370
|
+
"number-decrease": string;
|
|
1371
|
+
"number-increase": string;
|
|
1372
|
+
moreFormats: string;
|
|
1373
|
+
"border-all": string;
|
|
1374
|
+
"merge-all": string;
|
|
1375
|
+
font: string;
|
|
1376
|
+
"font-size": string;
|
|
1377
|
+
bold: string;
|
|
1378
|
+
italic: string;
|
|
1379
|
+
"strike-through": string;
|
|
1380
|
+
underline: string;
|
|
1381
|
+
"font-color": string;
|
|
1382
|
+
"align-left": string;
|
|
1383
|
+
"align-center": string;
|
|
1384
|
+
"align-right": string;
|
|
1385
|
+
"align-top": string;
|
|
1386
|
+
"align-mid": string;
|
|
1387
|
+
"align-bottom": string;
|
|
1388
|
+
chooseColor: string;
|
|
1389
|
+
resetColor: string;
|
|
1390
|
+
customColor: string;
|
|
1391
|
+
alternatingColors: string;
|
|
1392
|
+
confirmColor: string;
|
|
1393
|
+
cancelColor: string;
|
|
1394
|
+
collapse: string;
|
|
1395
|
+
background: string;
|
|
1396
|
+
border: string;
|
|
1397
|
+
borderStyle: string;
|
|
1398
|
+
"merge-cell": string;
|
|
1399
|
+
chooseMergeType: string;
|
|
1400
|
+
horizontalAlign: string;
|
|
1401
|
+
verticalAlign: string;
|
|
1402
|
+
alignment: string;
|
|
1403
|
+
textWrap: string;
|
|
1404
|
+
textWrapMode: string;
|
|
1405
|
+
textRotate: string;
|
|
1406
|
+
textRotateMode: string;
|
|
1407
|
+
freeze: string;
|
|
1408
|
+
sort: string;
|
|
1409
|
+
filter: string;
|
|
1410
|
+
sortAndFilter: string;
|
|
1411
|
+
findAndReplace: string;
|
|
1412
|
+
"formula-sum": string;
|
|
1413
|
+
autoSum: string;
|
|
1414
|
+
moreFunction: string;
|
|
1415
|
+
conditionalFormat: string;
|
|
1416
|
+
comment: string;
|
|
1417
|
+
pivotTable: string;
|
|
1418
|
+
chart: string;
|
|
1419
|
+
screenshot: string;
|
|
1420
|
+
splitColumn: string;
|
|
1421
|
+
insertImage: string;
|
|
1422
|
+
insertLink: string;
|
|
1423
|
+
dataVerification: string;
|
|
1424
|
+
protection: string;
|
|
1425
|
+
clearText: string;
|
|
1426
|
+
noColorSelectedText: string;
|
|
1427
|
+
toolMore: string;
|
|
1428
|
+
toolLess: string;
|
|
1429
|
+
toolClose: string;
|
|
1430
|
+
toolMoreTip: string;
|
|
1431
|
+
moreOptions: string;
|
|
1432
|
+
cellFormat: string;
|
|
1433
|
+
print: string;
|
|
1434
|
+
};
|
|
1435
|
+
alternatingColors: {
|
|
1436
|
+
applyRange: string;
|
|
1437
|
+
selectRange: string;
|
|
1438
|
+
header: string;
|
|
1439
|
+
footer: string;
|
|
1440
|
+
errorInfo: string;
|
|
1441
|
+
textTitle: string;
|
|
1442
|
+
custom: string;
|
|
1443
|
+
close: string;
|
|
1444
|
+
selectionTextColor: string;
|
|
1445
|
+
selectionCellColor: string;
|
|
1446
|
+
removeColor: string;
|
|
1447
|
+
colorShow: string;
|
|
1448
|
+
currentColor: string;
|
|
1449
|
+
tipSelectRange: string;
|
|
1450
|
+
errorNoRange: string;
|
|
1451
|
+
errorExistColors: string;
|
|
1452
|
+
};
|
|
1453
|
+
button: {
|
|
1454
|
+
confirm: string;
|
|
1455
|
+
apply: string;
|
|
1456
|
+
cancel: string;
|
|
1457
|
+
close: string;
|
|
1458
|
+
update: string;
|
|
1459
|
+
delete: string;
|
|
1460
|
+
insert: string;
|
|
1461
|
+
prevPage: string;
|
|
1462
|
+
nextPage: string;
|
|
1463
|
+
total: string;
|
|
1464
|
+
};
|
|
1465
|
+
paint: {
|
|
1466
|
+
start: string;
|
|
1467
|
+
end: string;
|
|
1468
|
+
tipSelectRange: string;
|
|
1469
|
+
tipNotMulti: string;
|
|
1470
|
+
};
|
|
1471
|
+
format: {
|
|
1472
|
+
moreCurrency: string;
|
|
1473
|
+
moreDateTime: string;
|
|
1474
|
+
moreNumber: string;
|
|
1475
|
+
titleCurrency: string;
|
|
1476
|
+
decimalPlaces: string;
|
|
1477
|
+
titleDateTime: string;
|
|
1478
|
+
titleNumber: string;
|
|
1479
|
+
tipDecimalPlaces: string;
|
|
1480
|
+
select: string;
|
|
1481
|
+
format: string;
|
|
1482
|
+
currency: string;
|
|
1483
|
+
};
|
|
1484
|
+
info: {
|
|
1485
|
+
detailUpdate: string;
|
|
1486
|
+
detailSave: string;
|
|
1487
|
+
row: string;
|
|
1488
|
+
column: string;
|
|
1489
|
+
loading: string;
|
|
1490
|
+
copy: string;
|
|
1491
|
+
return: string;
|
|
1492
|
+
rename: string;
|
|
1493
|
+
tips: string;
|
|
1494
|
+
noName: string;
|
|
1495
|
+
wait: string;
|
|
1496
|
+
add: string;
|
|
1497
|
+
addLast: string;
|
|
1498
|
+
backTop: string;
|
|
1499
|
+
pageInfo: string;
|
|
1500
|
+
nextPage: string;
|
|
1501
|
+
tipInputNumber: string;
|
|
1502
|
+
tipInputNumberLimit: string;
|
|
1503
|
+
tipRowHeightLimit: string;
|
|
1504
|
+
tipColumnWidthLimit: string;
|
|
1505
|
+
pageInfoFull: string;
|
|
1506
|
+
};
|
|
1507
|
+
currencyDetail: {
|
|
1508
|
+
name: string;
|
|
1509
|
+
pos: string;
|
|
1510
|
+
value: string;
|
|
1511
|
+
}[];
|
|
1512
|
+
defaultFmt: (currency: string) => ({
|
|
1513
|
+
text: string;
|
|
1514
|
+
value: string;
|
|
1515
|
+
example: string;
|
|
1516
|
+
icon?: undefined;
|
|
1517
|
+
} | {
|
|
1518
|
+
text: string;
|
|
1519
|
+
value: string;
|
|
1520
|
+
example: string;
|
|
1521
|
+
icon: string;
|
|
1522
|
+
})[];
|
|
1523
|
+
dateFmtList: {
|
|
1524
|
+
name: string;
|
|
1525
|
+
value: string;
|
|
1526
|
+
}[];
|
|
1527
|
+
fontFamily: {
|
|
1528
|
+
MicrosoftYaHei: string;
|
|
1529
|
+
};
|
|
1530
|
+
fontarray: string[];
|
|
1531
|
+
fontjson: {
|
|
1532
|
+
"times new roman": number;
|
|
1533
|
+
arial: number;
|
|
1534
|
+
tahoma: number;
|
|
1535
|
+
verdana: number;
|
|
1536
|
+
微软雅黑: number;
|
|
1537
|
+
"microsoft yahei": number;
|
|
1538
|
+
宋体: number;
|
|
1539
|
+
simsun: number;
|
|
1540
|
+
黑体: number;
|
|
1541
|
+
simhei: number;
|
|
1542
|
+
楷体: number;
|
|
1543
|
+
kaiti: number;
|
|
1544
|
+
仿宋: number;
|
|
1545
|
+
fangsong: number;
|
|
1546
|
+
新宋体: number;
|
|
1547
|
+
nsimsun: number;
|
|
1548
|
+
华文新魏: number;
|
|
1549
|
+
stxinwei: number;
|
|
1550
|
+
华文行楷: number;
|
|
1551
|
+
stxingkai: number;
|
|
1552
|
+
华文隶书: number;
|
|
1553
|
+
stliti: number;
|
|
1554
|
+
};
|
|
1555
|
+
border: {
|
|
1556
|
+
borderTop: string;
|
|
1557
|
+
borderBottom: string;
|
|
1558
|
+
borderLeft: string;
|
|
1559
|
+
borderRight: string;
|
|
1560
|
+
borderNone: string;
|
|
1561
|
+
borderAll: string;
|
|
1562
|
+
borderOutside: string;
|
|
1563
|
+
borderInside: string;
|
|
1564
|
+
borderHorizontal: string;
|
|
1565
|
+
borderVertical: string;
|
|
1566
|
+
borderColor: string;
|
|
1567
|
+
borderSize: string;
|
|
1568
|
+
borderSlash: string;
|
|
1569
|
+
borderDefault: string;
|
|
1570
|
+
borderStyle: string;
|
|
1571
|
+
};
|
|
1572
|
+
merge: {
|
|
1573
|
+
mergeAll: string;
|
|
1574
|
+
mergeV: string;
|
|
1575
|
+
mergeH: string;
|
|
1576
|
+
mergeCancel: string;
|
|
1577
|
+
overlappingError: string;
|
|
1578
|
+
partiallyError: string;
|
|
1579
|
+
};
|
|
1580
|
+
align: {
|
|
1581
|
+
left: string;
|
|
1582
|
+
center: string;
|
|
1583
|
+
right: string;
|
|
1584
|
+
top: string;
|
|
1585
|
+
middle: string;
|
|
1586
|
+
bottom: string;
|
|
1587
|
+
};
|
|
1588
|
+
textWrap: {
|
|
1589
|
+
overflow: string;
|
|
1590
|
+
wrap: string;
|
|
1591
|
+
clip: string;
|
|
1592
|
+
};
|
|
1593
|
+
rotation: {
|
|
1594
|
+
none: string;
|
|
1595
|
+
angleup: string;
|
|
1596
|
+
angledown: string;
|
|
1597
|
+
vertical: string;
|
|
1598
|
+
rotationUp: string;
|
|
1599
|
+
rotationDown: string;
|
|
1600
|
+
};
|
|
1601
|
+
freezen: {
|
|
1602
|
+
default: string;
|
|
1603
|
+
freezenRow: string;
|
|
1604
|
+
freezenColumn: string;
|
|
1605
|
+
freezenRC: string;
|
|
1606
|
+
freezenRowRange: string;
|
|
1607
|
+
freezenColumnRange: string;
|
|
1608
|
+
freezenRCRange: string;
|
|
1609
|
+
freezenCancel: string;
|
|
1610
|
+
noSelectionError: string;
|
|
1611
|
+
rangeRCOverErrorTitle: string;
|
|
1612
|
+
rangeRCOverError: string;
|
|
1613
|
+
};
|
|
1614
|
+
sort: {
|
|
1615
|
+
asc: string;
|
|
1616
|
+
desc: string;
|
|
1617
|
+
custom: string;
|
|
1618
|
+
hasTitle: string;
|
|
1619
|
+
sortBy: string;
|
|
1620
|
+
addOthers: string;
|
|
1621
|
+
close: string;
|
|
1622
|
+
confirm: string;
|
|
1623
|
+
columnOperation: string;
|
|
1624
|
+
secondaryTitle: string;
|
|
1625
|
+
sortTitle: string;
|
|
1626
|
+
sortRangeTitle: string;
|
|
1627
|
+
sortRangeTitleTo: string;
|
|
1628
|
+
noRangeError: string;
|
|
1629
|
+
mergeError: string;
|
|
1630
|
+
};
|
|
1631
|
+
filter: {
|
|
1632
|
+
filter: string;
|
|
1633
|
+
clearFilter: string;
|
|
1634
|
+
sortByAsc: string;
|
|
1635
|
+
sortByDesc: string;
|
|
1636
|
+
filterByColor: string;
|
|
1637
|
+
filterByCondition: string;
|
|
1638
|
+
filterByValues: string;
|
|
1639
|
+
filiterInputNone: string;
|
|
1640
|
+
filiterInputTip: string;
|
|
1641
|
+
filiterRangeStartTip: string;
|
|
1642
|
+
filiterRangeEndTip: string;
|
|
1643
|
+
filterValueByAllBtn: string;
|
|
1644
|
+
filterValueByClearBtn: string;
|
|
1645
|
+
filterValueByInverseBtn: string;
|
|
1646
|
+
filterValueByTip: string;
|
|
1647
|
+
filterConfirm: string;
|
|
1648
|
+
filterCancel: string;
|
|
1649
|
+
conditionNone: string;
|
|
1650
|
+
conditionCellIsNull: string;
|
|
1651
|
+
conditionCellNotNull: string;
|
|
1652
|
+
conditionCellTextContain: string;
|
|
1653
|
+
conditionCellTextNotContain: string;
|
|
1654
|
+
conditionCellTextStart: string;
|
|
1655
|
+
conditionCellTextEnd: string;
|
|
1656
|
+
conditionCellTextEqual: string;
|
|
1657
|
+
conditionCellDateEqual: string;
|
|
1658
|
+
conditionCellDateBefore: string;
|
|
1659
|
+
conditionCellDateAfter: string;
|
|
1660
|
+
conditionCellGreater: string;
|
|
1661
|
+
conditionCellGreaterEqual: string;
|
|
1662
|
+
conditionCellLess: string;
|
|
1663
|
+
conditionCellLessEqual: string;
|
|
1664
|
+
conditionCellEqual: string;
|
|
1665
|
+
conditionCellNotEqual: string;
|
|
1666
|
+
conditionCellBetween: string;
|
|
1667
|
+
conditionCellNotBetween: string;
|
|
1668
|
+
filiterMoreDataTip: string;
|
|
1669
|
+
filiterMonthText: string;
|
|
1670
|
+
filiterYearText: string;
|
|
1671
|
+
filiterByColorTip: string;
|
|
1672
|
+
filiterByTextColorTip: string;
|
|
1673
|
+
filterContainerOneColorTip: string;
|
|
1674
|
+
filterDateFormatTip: string;
|
|
1675
|
+
valueBlank: string;
|
|
1676
|
+
mergeError: string;
|
|
1677
|
+
};
|
|
1678
|
+
rightclick: {
|
|
1679
|
+
copy: string;
|
|
1680
|
+
copyAs: string;
|
|
1681
|
+
paste: string;
|
|
1682
|
+
insert: string;
|
|
1683
|
+
image: string;
|
|
1684
|
+
link: string;
|
|
1685
|
+
delete: string;
|
|
1686
|
+
deleteCell: string;
|
|
1687
|
+
deleteSelected: string;
|
|
1688
|
+
hide: string;
|
|
1689
|
+
hideSelected: string;
|
|
1690
|
+
showHide: string;
|
|
1691
|
+
to: string;
|
|
1692
|
+
left: string;
|
|
1693
|
+
right: string;
|
|
1694
|
+
top: string;
|
|
1695
|
+
bottom: string;
|
|
1696
|
+
moveLeft: string;
|
|
1697
|
+
moveUp: string;
|
|
1698
|
+
add: string;
|
|
1699
|
+
row: string;
|
|
1700
|
+
column: string;
|
|
1701
|
+
width: string;
|
|
1702
|
+
height: string;
|
|
1703
|
+
number: string;
|
|
1704
|
+
confirm: string;
|
|
1705
|
+
orderAZ: string;
|
|
1706
|
+
orderZA: string;
|
|
1707
|
+
clearContent: string;
|
|
1708
|
+
matrix: string;
|
|
1709
|
+
sortSelection: string;
|
|
1710
|
+
filterSelection: string;
|
|
1711
|
+
chartGeneration: string;
|
|
1712
|
+
firstLineTitle: string;
|
|
1713
|
+
untitled: string;
|
|
1714
|
+
array1: string;
|
|
1715
|
+
array2: string;
|
|
1716
|
+
array3: string;
|
|
1717
|
+
diagonal: string;
|
|
1718
|
+
antiDiagonal: string;
|
|
1719
|
+
diagonalOffset: string;
|
|
1720
|
+
offset: string;
|
|
1721
|
+
boolean: string;
|
|
1722
|
+
flip: string;
|
|
1723
|
+
upAndDown: string;
|
|
1724
|
+
leftAndRight: string;
|
|
1725
|
+
clockwise: string;
|
|
1726
|
+
counterclockwise: string;
|
|
1727
|
+
transpose: string;
|
|
1728
|
+
matrixCalculation: string;
|
|
1729
|
+
plus: string;
|
|
1730
|
+
minus: string;
|
|
1731
|
+
multiply: string;
|
|
1732
|
+
divided: string;
|
|
1733
|
+
power: string;
|
|
1734
|
+
root: string;
|
|
1735
|
+
log: string;
|
|
1736
|
+
delete0: string;
|
|
1737
|
+
removeDuplicate: string;
|
|
1738
|
+
byRow: string;
|
|
1739
|
+
byCol: string;
|
|
1740
|
+
generateNewMatrix: string;
|
|
1741
|
+
noMulti: string;
|
|
1742
|
+
cannotDeleteAllRow: string;
|
|
1743
|
+
cannotDeleteAllColumn: string;
|
|
1744
|
+
cannotDeleteRowReadOnly: string;
|
|
1745
|
+
cannotDeleteColumnReadOnly: string;
|
|
1746
|
+
cannotInsertOnRowReadOnly: string;
|
|
1747
|
+
cannotInsertOnColumnReadOnly: string;
|
|
1748
|
+
rowOverLimit: string;
|
|
1749
|
+
columnOverLimit: string;
|
|
1750
|
+
conditionFormat: string;
|
|
1751
|
+
};
|
|
1752
|
+
comment: {
|
|
1753
|
+
insert: string;
|
|
1754
|
+
edit: string;
|
|
1755
|
+
delete: string;
|
|
1756
|
+
showOne: string;
|
|
1757
|
+
showAll: string;
|
|
1758
|
+
};
|
|
1759
|
+
screenshot: {
|
|
1760
|
+
screenshotTipNoSelection: string;
|
|
1761
|
+
screenshotTipTitle: string;
|
|
1762
|
+
screenshotTipHasMerge: string;
|
|
1763
|
+
screenshotTipHasMulti: string;
|
|
1764
|
+
screenshotTipSuccess: string;
|
|
1765
|
+
screenshotImageName: string;
|
|
1766
|
+
downLoadClose: string;
|
|
1767
|
+
downLoadCopy: string;
|
|
1768
|
+
downLoadBtn: string;
|
|
1769
|
+
browserNotTip: string;
|
|
1770
|
+
rightclickTip: string;
|
|
1771
|
+
successTip: string;
|
|
1772
|
+
};
|
|
1773
|
+
splitText: {
|
|
1774
|
+
splitDelimiters: string;
|
|
1775
|
+
splitOther: string;
|
|
1776
|
+
splitContinueSymbol: string;
|
|
1777
|
+
splitDataPreview: string;
|
|
1778
|
+
splitTextTitle: string;
|
|
1779
|
+
splitConfirmToExe: string;
|
|
1780
|
+
splitSymbols: {
|
|
1781
|
+
name: string;
|
|
1782
|
+
value: string;
|
|
1783
|
+
}[];
|
|
1784
|
+
tipNoMulti: string;
|
|
1785
|
+
tipNoMultiColumn: string;
|
|
1786
|
+
tipNoSelect: string;
|
|
1787
|
+
};
|
|
1788
|
+
imageText: {
|
|
1789
|
+
imageSetting: string;
|
|
1790
|
+
close: string;
|
|
1791
|
+
conventional: string;
|
|
1792
|
+
moveCell1: string;
|
|
1793
|
+
moveCell2: string;
|
|
1794
|
+
moveCell3: string;
|
|
1795
|
+
fixedPos: string;
|
|
1796
|
+
border: string;
|
|
1797
|
+
width: string;
|
|
1798
|
+
radius: string;
|
|
1799
|
+
style: string;
|
|
1800
|
+
solid: string;
|
|
1801
|
+
dashed: string;
|
|
1802
|
+
dotted: string;
|
|
1803
|
+
double: string;
|
|
1804
|
+
color: string;
|
|
1805
|
+
};
|
|
1806
|
+
punctuation: {
|
|
1807
|
+
tab: string;
|
|
1808
|
+
semicolon: string;
|
|
1809
|
+
comma: string;
|
|
1810
|
+
space: string;
|
|
1811
|
+
};
|
|
1812
|
+
findAndReplace: {
|
|
1813
|
+
find: string;
|
|
1814
|
+
replace: string;
|
|
1815
|
+
goto: string;
|
|
1816
|
+
location: string;
|
|
1817
|
+
formula: string;
|
|
1818
|
+
date: string;
|
|
1819
|
+
number: string;
|
|
1820
|
+
string: string;
|
|
1821
|
+
error: string;
|
|
1822
|
+
condition: string;
|
|
1823
|
+
rowSpan: string;
|
|
1824
|
+
columnSpan: string;
|
|
1825
|
+
locationExample: string;
|
|
1826
|
+
lessTwoRowTip: string;
|
|
1827
|
+
lessTwoColumnTip: string;
|
|
1828
|
+
findTextbox: string;
|
|
1829
|
+
replaceTextbox: string;
|
|
1830
|
+
regexTextbox: string;
|
|
1831
|
+
wholeTextbox: string;
|
|
1832
|
+
distinguishTextbox: string;
|
|
1833
|
+
allReplaceBtn: string;
|
|
1834
|
+
replaceBtn: string;
|
|
1835
|
+
allFindBtn: string;
|
|
1836
|
+
findBtn: string;
|
|
1837
|
+
noFindTip: string;
|
|
1838
|
+
modeTip: string;
|
|
1839
|
+
searchTargetSheet: string;
|
|
1840
|
+
searchTargetCell: string;
|
|
1841
|
+
searchTargetValue: string;
|
|
1842
|
+
searchInputTip: string;
|
|
1843
|
+
noReplceTip: string;
|
|
1844
|
+
noMatchTip: string;
|
|
1845
|
+
successTip: string;
|
|
1846
|
+
locationConstant: string;
|
|
1847
|
+
locationFormula: string;
|
|
1848
|
+
locationDate: string;
|
|
1849
|
+
locationDigital: string;
|
|
1850
|
+
locationString: string;
|
|
1851
|
+
locationBool: string;
|
|
1852
|
+
locationError: string;
|
|
1853
|
+
locationNull: string;
|
|
1854
|
+
locationCondition: string;
|
|
1855
|
+
locationRowSpan: string;
|
|
1856
|
+
locationColumnSpan: string;
|
|
1857
|
+
locationTiplessTwoRow: string;
|
|
1858
|
+
locationTiplessTwoColumn: string;
|
|
1859
|
+
locationTipNotFindCell: string;
|
|
1860
|
+
};
|
|
1861
|
+
sheetconfig: {
|
|
1862
|
+
delete: string;
|
|
1863
|
+
copy: string;
|
|
1864
|
+
rename: string;
|
|
1865
|
+
changeColor: string;
|
|
1866
|
+
hide: string;
|
|
1867
|
+
unhide: string;
|
|
1868
|
+
moveLeft: string;
|
|
1869
|
+
moveRight: string;
|
|
1870
|
+
resetColor: string;
|
|
1871
|
+
cancelText: string;
|
|
1872
|
+
chooseText: string;
|
|
1873
|
+
focus: string;
|
|
1874
|
+
tipNameRepeat: string;
|
|
1875
|
+
noMoreSheet: string;
|
|
1876
|
+
confirmDelete: string;
|
|
1877
|
+
redoDelete: string;
|
|
1878
|
+
noHide: string;
|
|
1879
|
+
chartEditNoOpt: string;
|
|
1880
|
+
sheetNameSpecCharError: string;
|
|
1881
|
+
sheetNamecannotIsEmptyError: string;
|
|
1882
|
+
};
|
|
1883
|
+
conditionformat: {
|
|
1884
|
+
conditionformat_greaterThan: string;
|
|
1885
|
+
conditionformat_greaterThan_title: string;
|
|
1886
|
+
conditionformat_lessThan: string;
|
|
1887
|
+
conditionformat_lessThan_title: string;
|
|
1888
|
+
conditionformat_between: string;
|
|
1889
|
+
conditionformat_between_title: string;
|
|
1890
|
+
conditionformat_equal: string;
|
|
1891
|
+
conditionformat_equal_title: string;
|
|
1892
|
+
conditionformat_textContains: string;
|
|
1893
|
+
conditionformat_textContains_title: string;
|
|
1894
|
+
conditionformat_occurrenceDate: string;
|
|
1895
|
+
conditionformat_occurrenceDate_title: string;
|
|
1896
|
+
conditionformat_duplicateValue: string;
|
|
1897
|
+
conditionformat_duplicateValue_title: string;
|
|
1898
|
+
conditionformat_top10: string;
|
|
1899
|
+
conditionformat_top10_percent: string;
|
|
1900
|
+
conditionformat_top10_title: string;
|
|
1901
|
+
conditionformat_last10: string;
|
|
1902
|
+
conditionformat_last10_percent: string;
|
|
1903
|
+
conditionformat_last10_title: string;
|
|
1904
|
+
conditionformat_aboveAverage: string;
|
|
1905
|
+
conditionformat_aboveAverage_title: string;
|
|
1906
|
+
conditionformat_belowAverage: string;
|
|
1907
|
+
conditionformat_belowAverage_title: string;
|
|
1908
|
+
rule: string;
|
|
1909
|
+
newRule: string;
|
|
1910
|
+
editRule: string;
|
|
1911
|
+
deleteRule: string;
|
|
1912
|
+
deleteCellRule: string;
|
|
1913
|
+
deleteSheetRule: string;
|
|
1914
|
+
manageRules: string;
|
|
1915
|
+
showRules: string;
|
|
1916
|
+
highlightCellRules: string;
|
|
1917
|
+
itemSelectionRules: string;
|
|
1918
|
+
conditionformatManageRules: string;
|
|
1919
|
+
format: string;
|
|
1920
|
+
setFormat: string;
|
|
1921
|
+
setAs: string;
|
|
1922
|
+
setAsByArea: string;
|
|
1923
|
+
applyRange: string;
|
|
1924
|
+
selectRange: string;
|
|
1925
|
+
selectRange_percent: string;
|
|
1926
|
+
selectRange_average: string;
|
|
1927
|
+
selectRange_value: string;
|
|
1928
|
+
pleaseSelectRange: string;
|
|
1929
|
+
selectDataRange: string;
|
|
1930
|
+
selectCell: string;
|
|
1931
|
+
pleaseSelectCell: string;
|
|
1932
|
+
pleaseSelectADate: string;
|
|
1933
|
+
pleaseEnterInteger: string;
|
|
1934
|
+
onlySingleCell: string;
|
|
1935
|
+
conditionValueCanOnly: string;
|
|
1936
|
+
ruleTypeItem1: string;
|
|
1937
|
+
ruleTypeItem2: string;
|
|
1938
|
+
ruleTypeItem2_title: string;
|
|
1939
|
+
ruleTypeItem3: string;
|
|
1940
|
+
ruleTypeItem3_title: string;
|
|
1941
|
+
ruleTypeItem4: string;
|
|
1942
|
+
ruleTypeItem4_title: string;
|
|
1943
|
+
ruleTypeItem5: string;
|
|
1944
|
+
ruleTypeItem6: string;
|
|
1945
|
+
formula: string;
|
|
1946
|
+
textColor: string;
|
|
1947
|
+
cellColor: string;
|
|
1948
|
+
confirm: string;
|
|
1949
|
+
confirmColor: string;
|
|
1950
|
+
cancel: string;
|
|
1951
|
+
close: string;
|
|
1952
|
+
clearColorSelect: string;
|
|
1953
|
+
sheet: string;
|
|
1954
|
+
currentSheet: string;
|
|
1955
|
+
dataBar: string;
|
|
1956
|
+
dataBarColor: string;
|
|
1957
|
+
gradientDataBar_1: string;
|
|
1958
|
+
gradientDataBar_2: string;
|
|
1959
|
+
gradientDataBar_3: string;
|
|
1960
|
+
gradientDataBar_4: string;
|
|
1961
|
+
gradientDataBar_5: string;
|
|
1962
|
+
gradientDataBar_6: string;
|
|
1963
|
+
solidColorDataBar_1: string;
|
|
1964
|
+
solidColorDataBar_2: string;
|
|
1965
|
+
solidColorDataBar_3: string;
|
|
1966
|
+
solidColorDataBar_4: string;
|
|
1967
|
+
solidColorDataBar_5: string;
|
|
1968
|
+
solidColorDataBar_6: string;
|
|
1969
|
+
colorGradation: string;
|
|
1970
|
+
colorGradation_1: string;
|
|
1971
|
+
colorGradation_2: string;
|
|
1972
|
+
colorGradation_3: string;
|
|
1973
|
+
colorGradation_4: string;
|
|
1974
|
+
colorGradation_5: string;
|
|
1975
|
+
colorGradation_6: string;
|
|
1976
|
+
colorGradation_7: string;
|
|
1977
|
+
colorGradation_8: string;
|
|
1978
|
+
colorGradation_9: string;
|
|
1979
|
+
colorGradation_10: string;
|
|
1980
|
+
colorGradation_11: string;
|
|
1981
|
+
colorGradation_12: string;
|
|
1982
|
+
icons: string;
|
|
1983
|
+
pleaseSelectIcon: string;
|
|
1984
|
+
cellValue: string;
|
|
1985
|
+
specificText: string;
|
|
1986
|
+
occurrenceDate: string;
|
|
1987
|
+
greaterThan: string;
|
|
1988
|
+
lessThan: string;
|
|
1989
|
+
between: string;
|
|
1990
|
+
equal: string;
|
|
1991
|
+
in: string;
|
|
1992
|
+
to: string;
|
|
1993
|
+
between2: string;
|
|
1994
|
+
contain: string;
|
|
1995
|
+
textContains: string;
|
|
1996
|
+
duplicateValue: string;
|
|
1997
|
+
uniqueValue: string;
|
|
1998
|
+
top: string;
|
|
1999
|
+
top10: string;
|
|
2000
|
+
top10_percent: string;
|
|
2001
|
+
last: string;
|
|
2002
|
+
last10: string;
|
|
2003
|
+
last10_percent: string;
|
|
2004
|
+
oneself: string;
|
|
2005
|
+
above: string;
|
|
2006
|
+
aboveAverage: string;
|
|
2007
|
+
below: string;
|
|
2008
|
+
belowAverage: string;
|
|
2009
|
+
all: string;
|
|
2010
|
+
yesterday: string;
|
|
2011
|
+
today: string;
|
|
2012
|
+
tomorrow: string;
|
|
2013
|
+
lastWeek: string;
|
|
2014
|
+
thisWeek: string;
|
|
2015
|
+
lastMonth: string;
|
|
2016
|
+
thisMonth: string;
|
|
2017
|
+
lastYear: string;
|
|
2018
|
+
thisYear: string;
|
|
2019
|
+
last7days: string;
|
|
2020
|
+
last30days: string;
|
|
2021
|
+
next7days: string;
|
|
2022
|
+
next30days: string;
|
|
2023
|
+
next60days: string;
|
|
2024
|
+
chooseRuleType: string;
|
|
2025
|
+
editRuleDescription: string;
|
|
2026
|
+
newFormatRule: string;
|
|
2027
|
+
editFormatRule: string;
|
|
2028
|
+
formatStyle: string;
|
|
2029
|
+
fillType: string;
|
|
2030
|
+
color: string;
|
|
2031
|
+
twocolor: string;
|
|
2032
|
+
tricolor: string;
|
|
2033
|
+
multicolor: string;
|
|
2034
|
+
grayColor: string;
|
|
2035
|
+
gradient: string;
|
|
2036
|
+
solid: string;
|
|
2037
|
+
maxValue: string;
|
|
2038
|
+
medianValue: string;
|
|
2039
|
+
minValue: string;
|
|
2040
|
+
direction: string;
|
|
2041
|
+
threeWayArrow: string;
|
|
2042
|
+
fourWayArrow: string;
|
|
2043
|
+
fiveWayArrow: string;
|
|
2044
|
+
threeTriangles: string;
|
|
2045
|
+
shape: string;
|
|
2046
|
+
threeColorTrafficLight: string;
|
|
2047
|
+
fourColorTrafficLight: string;
|
|
2048
|
+
threeSigns: string;
|
|
2049
|
+
greenRedBlackGradient: string;
|
|
2050
|
+
rimless: string;
|
|
2051
|
+
bordered: string;
|
|
2052
|
+
mark: string;
|
|
2053
|
+
threeSymbols: string;
|
|
2054
|
+
tricolorFlag: string;
|
|
2055
|
+
circled: string;
|
|
2056
|
+
noCircle: string;
|
|
2057
|
+
grade: string;
|
|
2058
|
+
grade4: string;
|
|
2059
|
+
grade5: string;
|
|
2060
|
+
threeStars: string;
|
|
2061
|
+
fiveQuadrantDiagram: string;
|
|
2062
|
+
fiveBoxes: string;
|
|
2063
|
+
};
|
|
2064
|
+
insertLink: {
|
|
2065
|
+
linkText: string;
|
|
2066
|
+
linkType: string;
|
|
2067
|
+
linkAddress: string;
|
|
2068
|
+
linkSheet: string;
|
|
2069
|
+
linkCell: string;
|
|
2070
|
+
linkTooltip: string;
|
|
2071
|
+
selectCellRange: string;
|
|
2072
|
+
cellRangePlaceholder: string;
|
|
2073
|
+
placeholder1: string;
|
|
2074
|
+
placeholder2: string;
|
|
2075
|
+
placeholder3: string;
|
|
2076
|
+
tooltipInfo1: string;
|
|
2077
|
+
invalidCellRangeTip: string;
|
|
2078
|
+
openLink: string;
|
|
2079
|
+
goTo: string;
|
|
2080
|
+
};
|
|
2081
|
+
linkTypeList: {
|
|
2082
|
+
text: string;
|
|
2083
|
+
value: string;
|
|
2084
|
+
}[];
|
|
2085
|
+
dataVerification: {
|
|
2086
|
+
cellRange: string;
|
|
2087
|
+
selectCellRange: string;
|
|
2088
|
+
selectCellRange2: string;
|
|
2089
|
+
verificationCondition: string;
|
|
2090
|
+
allowMultiSelect: string;
|
|
2091
|
+
dropdown: string;
|
|
2092
|
+
checkbox: string;
|
|
2093
|
+
number: string;
|
|
2094
|
+
number_integer: string;
|
|
2095
|
+
number_decimal: string;
|
|
2096
|
+
text_content: string;
|
|
2097
|
+
text_length: string;
|
|
2098
|
+
date: string;
|
|
2099
|
+
validity: string;
|
|
2100
|
+
placeholder1: string;
|
|
2101
|
+
placeholder2: string;
|
|
2102
|
+
placeholder3: string;
|
|
2103
|
+
placeholder4: string;
|
|
2104
|
+
placeholder5: string;
|
|
2105
|
+
selected: string;
|
|
2106
|
+
notSelected: string;
|
|
2107
|
+
between: string;
|
|
2108
|
+
notBetween: string;
|
|
2109
|
+
equal: string;
|
|
2110
|
+
notEqualTo: string;
|
|
2111
|
+
moreThanThe: string;
|
|
2112
|
+
lessThan: string;
|
|
2113
|
+
greaterOrEqualTo: string;
|
|
2114
|
+
lessThanOrEqualTo: string;
|
|
2115
|
+
include: string;
|
|
2116
|
+
exclude: string;
|
|
2117
|
+
earlierThan: string;
|
|
2118
|
+
noEarlierThan: string;
|
|
2119
|
+
laterThan: string;
|
|
2120
|
+
noLaterThan: string;
|
|
2121
|
+
identificationNumber: string;
|
|
2122
|
+
phoneNumber: string;
|
|
2123
|
+
remote: string;
|
|
2124
|
+
prohibitInput: string;
|
|
2125
|
+
hintShow: string;
|
|
2126
|
+
deleteVerification: string;
|
|
2127
|
+
tooltipInfo1: string;
|
|
2128
|
+
tooltipInfo2: string;
|
|
2129
|
+
tooltipInfo3: string;
|
|
2130
|
+
tooltipInfo4: string;
|
|
2131
|
+
tooltipInfo5: string;
|
|
2132
|
+
tooltipInfo6: string;
|
|
2133
|
+
tooltipInfo7: string;
|
|
2134
|
+
textlengthInteger: string;
|
|
2135
|
+
};
|
|
2136
|
+
formula: {
|
|
2137
|
+
sum: string;
|
|
2138
|
+
average: string;
|
|
2139
|
+
count: string;
|
|
2140
|
+
max: string;
|
|
2141
|
+
min: string;
|
|
2142
|
+
ifGenerate: string;
|
|
2143
|
+
find: string;
|
|
2144
|
+
tipNotBelongToIf: string;
|
|
2145
|
+
tipSelectCell: string;
|
|
2146
|
+
ifGenCompareValueTitle: string;
|
|
2147
|
+
ifGenSelectCellTitle: string;
|
|
2148
|
+
ifGenRangeTitle: string;
|
|
2149
|
+
ifGenRangeTo: string;
|
|
2150
|
+
ifGenRangeEvaluate: string;
|
|
2151
|
+
ifGenSelectRangeTitle: string;
|
|
2152
|
+
ifGenCutWay: string;
|
|
2153
|
+
ifGenCutSame: string;
|
|
2154
|
+
ifGenCutNpiece: string;
|
|
2155
|
+
ifGenCutCustom: string;
|
|
2156
|
+
ifGenCutConfirm: string;
|
|
2157
|
+
ifGenTipSelectCell: string;
|
|
2158
|
+
ifGenTipSelectCellPlace: string;
|
|
2159
|
+
ifGenTipSelectRange: string;
|
|
2160
|
+
ifGenTipSelectRangePlace: string;
|
|
2161
|
+
ifGenTipNotNullValue: string;
|
|
2162
|
+
ifGenTipLableTitile: string;
|
|
2163
|
+
ifGenTipRangeNotforNull: string;
|
|
2164
|
+
ifGenTipCutValueNotforNull: string;
|
|
2165
|
+
ifGenTipNotGenCondition: string;
|
|
2166
|
+
};
|
|
2167
|
+
formulaMore: {
|
|
2168
|
+
valueTitle: string;
|
|
2169
|
+
tipSelectDataRange: string;
|
|
2170
|
+
tipDataRangeTile: string;
|
|
2171
|
+
findFunctionTitle: string;
|
|
2172
|
+
tipInputFunctionName: string;
|
|
2173
|
+
Array: string;
|
|
2174
|
+
Database: string;
|
|
2175
|
+
Date: string;
|
|
2176
|
+
Engineering: string;
|
|
2177
|
+
Filter: string;
|
|
2178
|
+
Financial: string;
|
|
2179
|
+
luckysheet: string;
|
|
2180
|
+
other: string;
|
|
2181
|
+
Logical: string;
|
|
2182
|
+
Lookup: string;
|
|
2183
|
+
Math: string;
|
|
2184
|
+
Operator: string;
|
|
2185
|
+
Parser: string;
|
|
2186
|
+
Statistical: string;
|
|
2187
|
+
Text: string;
|
|
2188
|
+
dataMining: string;
|
|
2189
|
+
selectFunctionTitle: string;
|
|
2190
|
+
calculationResult: string;
|
|
2191
|
+
tipSuccessText: string;
|
|
2192
|
+
tipParamErrorText: string;
|
|
2193
|
+
helpClose: string;
|
|
2194
|
+
helpCollapse: string;
|
|
2195
|
+
helpExample: string;
|
|
2196
|
+
helpAbstract: string;
|
|
2197
|
+
execfunctionError: string;
|
|
2198
|
+
execfunctionSelfError: string;
|
|
2199
|
+
execfunctionSelfErrorResult: string;
|
|
2200
|
+
allowRepeatText: string;
|
|
2201
|
+
allowOptionText: string;
|
|
2202
|
+
selectCategory: string;
|
|
2203
|
+
};
|
|
2204
|
+
drag: {
|
|
2205
|
+
noMerge: string;
|
|
2206
|
+
affectPivot: string;
|
|
2207
|
+
noMulti: string;
|
|
2208
|
+
noPaste: string;
|
|
2209
|
+
noPartMerge: string;
|
|
2210
|
+
inputCorrect: string;
|
|
2211
|
+
notLessOne: string;
|
|
2212
|
+
offsetColumnLessZero: string;
|
|
2213
|
+
pasteMustKeybordAlert: string;
|
|
2214
|
+
pasteMustKeybordAlertHTMLTitle: string;
|
|
2215
|
+
pasteMustKeybordAlertHTML: string;
|
|
2216
|
+
};
|
|
2217
|
+
pivotTable: {
|
|
2218
|
+
title: string;
|
|
2219
|
+
closePannel: string;
|
|
2220
|
+
editRange: string;
|
|
2221
|
+
tipPivotFieldSelected: string;
|
|
2222
|
+
tipClearSelectedField: string;
|
|
2223
|
+
btnClearSelectedField: string;
|
|
2224
|
+
btnFilter: string;
|
|
2225
|
+
titleRow: string;
|
|
2226
|
+
titleColumn: string;
|
|
2227
|
+
titleValue: string;
|
|
2228
|
+
tipShowColumn: string;
|
|
2229
|
+
tipShowRow: string;
|
|
2230
|
+
titleSelectionDataRange: string;
|
|
2231
|
+
titleDataRange: string;
|
|
2232
|
+
valueSum: string;
|
|
2233
|
+
valueStatisticsSUM: string;
|
|
2234
|
+
valueStatisticsCOUNT: string;
|
|
2235
|
+
valueStatisticsCOUNTA: string;
|
|
2236
|
+
valueStatisticsCOUNTUNIQUE: string;
|
|
2237
|
+
valueStatisticsAVERAGE: string;
|
|
2238
|
+
valueStatisticsMAX: string;
|
|
2239
|
+
valueStatisticsMIN: string;
|
|
2240
|
+
valueStatisticsMEDIAN: string;
|
|
2241
|
+
valueStatisticsPRODUCT: string;
|
|
2242
|
+
valueStatisticsSTDEV: string;
|
|
2243
|
+
valueStatisticsSTDEVP: string;
|
|
2244
|
+
valueStatisticslet: string;
|
|
2245
|
+
valueStatisticsVARP: string;
|
|
2246
|
+
errorNotAllowEdit: string;
|
|
2247
|
+
errorNotAllowMulti: string;
|
|
2248
|
+
errorSelectRange: string;
|
|
2249
|
+
errorIsDamage: string;
|
|
2250
|
+
errorNotAllowPivotData: string;
|
|
2251
|
+
errorSelectionRange: string;
|
|
2252
|
+
errorIncreaseRange: string;
|
|
2253
|
+
titleAddColumn: string;
|
|
2254
|
+
titleMoveColumn: string;
|
|
2255
|
+
titleClearColumnFilter: string;
|
|
2256
|
+
titleFilterColumn: string;
|
|
2257
|
+
titleSort: string;
|
|
2258
|
+
titleNoSort: string;
|
|
2259
|
+
titleSortAsc: string;
|
|
2260
|
+
titleSortDesc: string;
|
|
2261
|
+
titleSortBy: string;
|
|
2262
|
+
titleShowSum: string;
|
|
2263
|
+
titleStasticTrue: string;
|
|
2264
|
+
titleStasticFalse: string;
|
|
2265
|
+
};
|
|
2266
|
+
dropCell: {
|
|
2267
|
+
copyCell: string;
|
|
2268
|
+
sequence: string;
|
|
2269
|
+
onlyFormat: string;
|
|
2270
|
+
noFormat: string;
|
|
2271
|
+
day: string;
|
|
2272
|
+
workDay: string;
|
|
2273
|
+
month: string;
|
|
2274
|
+
year: string;
|
|
2275
|
+
chineseNumber: string;
|
|
2276
|
+
};
|
|
2277
|
+
imageCtrl: {
|
|
2278
|
+
borderTile: string;
|
|
2279
|
+
borderCur: string;
|
|
2280
|
+
};
|
|
2281
|
+
protection: {
|
|
2282
|
+
protectiontTitle: string;
|
|
2283
|
+
enterPassword: string;
|
|
2284
|
+
enterHint: string;
|
|
2285
|
+
swichProtectionTip: string;
|
|
2286
|
+
authorityTitle: string;
|
|
2287
|
+
selectLockedCells: string;
|
|
2288
|
+
selectunLockedCells: string;
|
|
2289
|
+
formatCells: string;
|
|
2290
|
+
formatColumns: string;
|
|
2291
|
+
formatRows: string;
|
|
2292
|
+
insertColumns: string;
|
|
2293
|
+
insertRows: string;
|
|
2294
|
+
insertHyperlinks: string;
|
|
2295
|
+
deleteColumns: string;
|
|
2296
|
+
deleteRows: string;
|
|
2297
|
+
sort: string;
|
|
2298
|
+
filter: string;
|
|
2299
|
+
usePivotTablereports: string;
|
|
2300
|
+
editObjects: string;
|
|
2301
|
+
editScenarios: string;
|
|
2302
|
+
allowRangeTitle: string;
|
|
2303
|
+
allowRangeAdd: string;
|
|
2304
|
+
allowRangeAddTitle: string;
|
|
2305
|
+
allowRangeAddSqrf: string;
|
|
2306
|
+
selectCellRange: string;
|
|
2307
|
+
selectCellRangeHolder: string;
|
|
2308
|
+
allowRangeAddTitlePassword: string;
|
|
2309
|
+
allowRangeAddTitleHint: string;
|
|
2310
|
+
allowRangeAddTitleHintTitle: string;
|
|
2311
|
+
allowRangeAddtitleDefault: string;
|
|
2312
|
+
rangeItemDblclick: string;
|
|
2313
|
+
rangeItemHasPassword: string;
|
|
2314
|
+
rangeItemErrorTitleNull: string;
|
|
2315
|
+
rangeItemErrorRangeNull: string;
|
|
2316
|
+
rangeItemErrorRange: string;
|
|
2317
|
+
validationTitle: string;
|
|
2318
|
+
validationTips: string;
|
|
2319
|
+
validationInputHint: string;
|
|
2320
|
+
checkPasswordNullalert: string;
|
|
2321
|
+
checkPasswordWrongalert: string;
|
|
2322
|
+
checkPasswordSucceedalert: string;
|
|
2323
|
+
defaultRangeHintText: string;
|
|
2324
|
+
defaultSheetHintText: string;
|
|
2325
|
+
};
|
|
2326
|
+
cellFormat: {
|
|
2327
|
+
cellFormatTitle: string;
|
|
2328
|
+
protection: string;
|
|
2329
|
+
locked: string;
|
|
2330
|
+
hidden: string;
|
|
2331
|
+
protectionTips: string;
|
|
2332
|
+
tipsPart: string;
|
|
2333
|
+
tipsAll: string;
|
|
2334
|
+
selectionIsNullAlert: string;
|
|
2335
|
+
sheetDataIsNullAlert: string;
|
|
2336
|
+
};
|
|
2337
|
+
print: {
|
|
2338
|
+
normalBtn: string;
|
|
2339
|
+
layoutBtn: string;
|
|
2340
|
+
pageBtn: string;
|
|
2341
|
+
menuItemPrint: string;
|
|
2342
|
+
menuItemAreas: string;
|
|
2343
|
+
menuItemRows: string;
|
|
2344
|
+
menuItemColumns: string;
|
|
2345
|
+
};
|
|
2346
|
+
edit: {
|
|
2347
|
+
typing: string;
|
|
2348
|
+
};
|
|
2349
|
+
websocket: {
|
|
2350
|
+
success: string;
|
|
2351
|
+
refresh: string;
|
|
2352
|
+
wait: string;
|
|
2353
|
+
close: string;
|
|
2354
|
+
contact: string;
|
|
2355
|
+
support: string;
|
|
2356
|
+
};
|
|
2357
|
+
};
|
|
2358
|
+
getWorkbookContext: () => import("@fileverse-dev/fortune-core").Context;
|
|
2359
|
+
}>>;
|