LoadOptions.ParsingFormulaOnOpen

LoadOptions.ParsingFormulaOnOpen property

Indicates whether parsing the formula when reading the file.

public bool ParsingFormulaOnOpen { get; set; }

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