Click or drag to resize

ExcelCellFormula Property

Gets or sets cell formula string.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
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