HtmlLoadOptions.ConvertFormulasData

HtmlLoadOptions.ConvertFormulasData property

if true, convert string to formula when string value starts with character ‘=’,the default value is false.

[Obsolete("Use HtmlLoadOptions.HasFormula property instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ConvertFormulasData { get; set; }

Remarks

NOTE: This property is now obsolete. Instead, please use HtmlLoadOptions.HasFormula property. This property will be removed 12 months later since March 2023. Aspose apologizes for any inconvenience you may have experienced.

See Also