@univerjs-pro/engine-pivot v0.5.0-beta.1 • Docs
Enumeration: PivotErrorTypeEnum
Enum for pivot table error types.
Description
those error types almost occur in the pivot table show data as calculation.
Enumeration Members
Enumeration Member | Value | Description | Defined in |
---|---|---|---|
BadReference | 5 | #REF! - the reference error , The error occurs when a cell reference is not valid. | types/enum.ts:141 |
Div0 | 1 | #DIV/0! - the divide by zero error | types/enum.ts:125 |
NotFunction | 3 | #NAME! - The error occurs when a function is used incorrectly in a formula. | types/enum.ts:133 |
NotName | 4 | #NAME? error, The error occurs a function not defined in the workbook. | types/enum.ts:137 |
NotNumber | 2 | #N/A - the not available error | types/enum.ts:129 |