formula_grammar_t¶
Defined in header: <orcus/spreadsheet/types.hpp>
-
enum class orcus::spreadsheet::formula_grammar_t¶
Type that specifies the grammar of a formula expression. Each grammar may exhibit a different set of syntax rules.
Values:
-
enumerator unknown¶
Grammar type is either unknown or unspecified.
-
enumerator xls_xml¶
Grammar used by the Excel 2003 XML (aka XML Spreadsheet) format.
-
enumerator xlsx¶
Grammar used by the Office Open XML spreadsheet format.
-
enumerator ods¶
Grammar used by the OpenDocument Spreadsheet format.
-
enumerator gnumeric¶
Grammar used by the Gnumeric XML format.
-
enumerator unknown¶