Click or drag to resize

ExportTableOptions ComputedFormulaValue Property

Gets or sets whether to compute the value of formulas. If true, exported values will be the computed result of formulas. If false, exported values will be the textual representation of formulas.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool ComputedFormulaValue { get; set; }

Property Value

Type: Boolean
See Also