Aspose::Cells::LoadOptions::SetParsingFormulaOnOpen method

LoadOptions::SetParsingFormulaOnOpen method

Indicates whether parsing the formula when reading the file.

void Aspose::Cells::LoadOptions::SetParsingFormulaOnOpen(bool value)

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