API Reference
@univerjs
@univerjs/engine-formula
enumerations
Errortype

@univerjs/engine-formula v0.1.17Docs


Enumeration: ErrorType

Copyright 2023-present DreamNum Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Enumeration Members

Enumeration MemberValueDescriptionDefined in
CALC"#CALC!"Calculation error.packages/engine-formula/src/basics/error-type.ts:37 (opens in a new tab)
CONNECT"#GETTING_DATA"connected to remotepackages/engine-formula/src/basics/error-type.ts:43 (opens in a new tab)
CYCLE"#CYCLE!"Cyclic dependency.packages/engine-formula/src/basics/error-type.ts:28 (opens in a new tab)
DIV_BY_ZERO"#DIV/0!"Division by zero.packages/engine-formula/src/basics/error-type.ts:19 (opens in a new tab)
ERROR"#ERROR!"Generic errorpackages/engine-formula/src/basics/error-type.ts:40 (opens in a new tab)
NA"#N/A"-packages/engine-formula/src/basics/error-type.ts:25 (opens in a new tab)
NAME"#NAME?"Function error.packages/engine-formula/src/basics/error-type.ts:22 (opens in a new tab)
NULL"#NULL!"In the case of SUM(B1 C1),packages/engine-formula/src/basics/error-type.ts:46 (opens in a new tab)
NUM"#NUM!"-packages/engine-formula/src/basics/error-type.ts:24 (opens in a new tab)
REF"#REF!"Wrong reference.packages/engine-formula/src/basics/error-type.ts:31 (opens in a new tab)
SPILL"#SPILL!"Array spill error.packages/engine-formula/src/basics/error-type.ts:34 (opens in a new tab)
VALUE"#VALUE!"-packages/engine-formula/src/basics/error-type.ts:23 (opens in a new tab)

Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.