formula_error_policy_t

Defined in header: <orcus/spreadsheet/types.hpp>

enum class orcus::spreadsheet::formula_error_policy_t

Type of policy on how to handle a formula cell with an erroneous expression that has been parsed unsuccessfully.

Values:

enumerator unknown
enumerator fail

Loading of the document will be halted.

enumerator skip

The error cell will be skipped.