@univerjs-pro/engine-pivot v0.5.0-beta.1Docs


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 MemberValueDescriptionDefined in
BadReference5#REF! - the reference error , The error occurs when a cell reference is not valid.types/enum.ts:141
Div01#DIV/0! - the divide by zero errortypes/enum.ts:125
NotFunction3#NAME! - The error occurs when a function is used incorrectly in a formula.types/enum.ts:133
NotName4#NAME? error, The error occurs a function not defined in the workbook.types/enum.ts:137
NotNumber2#N/A - the not available errortypes/enum.ts:129