FormulaTokenOp

class orcus.FormulaTokenOp(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Collection of formula token opcodes.

UNKNOWN = 0
SINGLE_REF = 1
RANGE_REF = 2
TABLE_REF = 3
NAMED_EXPRESSION = 4
STRING = 5
VALUE = 6
FUNCTION = 7
ERROR = 8
PLUS = 9
MINUS = 10
DIVIDE = 11
MULTIPLY = 12
EXPONENT = 13
CONCAT = 14
EQUAL = 15
NOT_EQUAL = 16
LESS = 17
GREATER = 18
LESS_EQUAL = 19
GREATER_EQUAL = 20
OPEN = 21
CLOSE = 22
SEP = 23
ARRAY_ROW_SEP = 24
ARRAY_OPEN = 25
ARRAY_CLOSE = 26
INVALID_FORMULA = 27