public class FormulaParseOptions
extends java.lang.Object
| Constructor and Description |
|---|
FormulaParseOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCheckAddIn()
Whether check addins in existing external links of current workbook for user defined function without external link.
|
CustomFunctionDefinition |
getCustomFunctionDefinition()
Definition for parsing custom functions.
|
boolean |
getLocaleDependent()
Whether the formula is locale formatted.
|
boolean |
getParse()
Whether parse given formula.
|
boolean |
getR1C1Style()
Whether the formula is R1C1 reference style.
|
void |
setCheckAddIn(boolean value)
Whether check addins in existing external links of current workbook for user defined function without external link.
|
void |
setCustomFunctionDefinition(CustomFunctionDefinition value)
Definition for parsing custom functions.
|
void |
setLocaleDependent(boolean value)
Whether the formula is locale formatted.
|
void |
setParse(boolean value)
Whether parse given formula.
|
void |
setR1C1Style(boolean value)
Whether the formula is R1C1 reference style.
|
public boolean getLocaleDependent()
public void setLocaleDependent(boolean value)
public boolean getR1C1Style()
public void setR1C1Style(boolean value)
public boolean getCheckAddIn()
public void setCheckAddIn(boolean value)
public boolean getParse()
public void setParse(boolean value)
public CustomFunctionDefinition getCustomFunctionDefinition()
Remarks
For some special requirements, such as when calculating custom function in user's custom engine, some parameters of it need to be caculated in array mode, using this property can mark those parameters as array mode when parsing the formula. Otherwise user needs to update those custom functions later byWorkbook.updateCustomFunctionDefinition(CustomFunctionDefinition) to get the same result.public void setCustomFunctionDefinition(CustomFunctionDefinition value)
Remarks
For some special requirements, such as when calculating custom function in user's custom engine, some parameters of it need to be caculated in array mode, using this property can mark those parameters as array mode when parsing the formula. Otherwise user needs to update those custom functions later byWorkbook.updateCustomFunctionDefinition(CustomFunctionDefinition) to get the same result.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.