Click or drag to resize

CellRangeFormula Property

Gets or sets formula string.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public override string Formula { get; set; }

Property Value

String
Remarks

Please note that at the moment not all possible formulas are supported when converting to various file formats.

The XLSX format stores formulas as strings. Therefore, all formulas are supported when writing/reading XLSX files.

SautinSoft.Excel formula parser will use English culture to parse numbers.

See Also