set_formula method
set_formula
Set the formula and the value(calculated result) of the formula.
def set_formula(self, formula, value):
...
Parameter | Type | Description |
---|---|---|
formula | str | The formula. |
value | any | The value(calculated result) of the formula. |
set_formula
Set the formula and the value(calculated result) of the formula.
def set_formula(self, formula, options):
...
Parameter | Type | Description |
---|---|---|
formula | str | The formula. |
options | FormulaParseOptions | Options for parsing the formula. |
set_formula
Set the formula and the value(calculated result) of the formula.
def set_formula(self, formula, options, value):
...
Parameter | Type | Description |
---|---|---|
formula | str | The formula. |
options | FormulaParseOptions | Options for parsing the formula. |
value | any | The value(calculated result) of the formula. |
set_formula
Set the formula and the value of the formula.
def set_formula(self, formula, is_r1c1, is_local, value):
...
Parameter | Type | Description |
---|---|---|
formula | str | The formula. |
is_r1c1 | bool | Whether the formula is R1C1 formula. |
is_local | bool | Whether the formula is locale formatted. |
value | any | The value of the formula. |
Remarks
NOTE: This class is now obsolete. Instead, please use Cell.SetFormula(string,FormulaParseOptions,object). This property will be removed 12 months later since December 2019. Aspose apologizes for any inconvenience you may have experienced.
See Also
- module
aspose.cells
- class
Cell