Table of Contents

ExcelFile.IgnoreFormulaText Property

This is an optimization property. If you set it to true, methods like GetCellValue or GetNamedRange won't return the formula text, just the formula results. If you don't care about formula texts, setting this property to true can speed up the processing of huge files.

Syntax

Namespace: FlexCel.Core

public Boolean IgnoreFormulaText { get; set; }

See also