LoadOptionsParsingFormulaOnOpen Property |
Indicates whether parsing the formula when reading the file.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic bool ParsingFormulaOnOpen { get; set; }
Public Property ParsingFormulaOnOpen As Boolean
Get
Set
public:
property bool ParsingFormulaOnOpen {
bool get ();
void set (bool value);
}
member ParsingFormulaOnOpen : bool with get, set
Property Value
Type:
Boolean
Remarks
Only applies for Excel Xlsx, Xltx, Xltm and Xlsm file
because the formulas in the files are stored with a string formula.
See Also