HtmlSaveOptionsExportFormula Property |
Indicates whether exporting formula when saving file to html. The default value is true.
If you want to import the output html to excel, please keep the default value.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool ExportFormula { get; set; }
Public Property ExportFormula As Boolean
Get
Set
public:
property bool ExportFormula {
bool get ();
void set (bool value);
}
member ExportFormula : bool with get, set
Property Value
Type:
Boolean
See Also