FormulaParseOptions class
FormulaParseOptions class
Represents options when parsing formula.
The FormulaParseOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
__init__(self) | Constructs a new instance of FormulaParseOptions |
Properties
Property | Description |
---|---|
locale_dependent | Whether the formula is locale formatted. Default is false. |
r1c1_style | Whether the formula is R1C1 reference style. Default is false. |
check_add_in | Whether check addins in existing external links of current workbook for user defined function without external link. Default is true(if user defined function matches one addin in existing external links, then take it as the addin). |
parse | Whether parse given formula. Default is true. If it is false, then given formula string will be kept as it is for the cell until user call other methods to parse them or parsed formula data is required by other operations such as calculating formulas. |
custom_function_definition | Definition for parsing custom functions. |
See Also
- module
aspose.cells