All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.FormulaParseOptions.html Maven / Gradle / Ivy






FormulaParseOptions




com.aspose.cells
Class FormulaParseOptions

java.lang.Object
    extended by com.aspose.cells.FormulaParseOptions

public class FormulaParseOptions 
extends java.lang.Object

Represents options when parsing formula.


Constructor Summary
FormulaParseOptions()
          
 
Property Getters/Setters Summary
booleangetCheckAddIn()
voidsetCheckAddIn(boolean)
           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).
booleangetLocaleDependent()
voidsetLocaleDependent(boolean)
           Whether the formula is locale formatted. Default is false.
booleangetParse()
voidsetParse(boolean)
           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.
booleangetR1C1Style()
voidsetR1C1Style(boolean)
           Whether the formula is R1C1 reference style. Default is false.
 

Constructor Detail

FormulaParseOptions

public FormulaParseOptions()

Property Getters/Setters Detail

getLocaleDependent/setLocaleDependent

public boolean getLocaleDependent() / public void setLocaleDependent(boolean value)
Whether the formula is locale formatted. Default is false.

setLocaleDependent

public void setLocaleDependent(boolean value)
Whether the formula is locale formatted. Default is false.

getR1C1Style/setR1C1Style

public boolean getR1C1Style() / public void setR1C1Style(boolean value)
Whether the formula is R1C1 reference style. Default is false.

setR1C1Style

public void setR1C1Style(boolean value)
Whether the formula is R1C1 reference style. Default is false.

getCheckAddIn/setCheckAddIn

public boolean getCheckAddIn() / public void setCheckAddIn(boolean value)
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).

setCheckAddIn

public void setCheckAddIn(boolean value)
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).

getParse/setParse

public boolean getParse() / public void setParse(boolean value)
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.

setParse

public void setParse(boolean value)
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.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy