Search Results for

    Show / Hide Table of Contents

    ExcelFile.RecalcAndVerify Method

    Use this method to validate a file. FlexCel does not support all the range of functions from Excel when recalculating, so unknown functions will return "#NAME?" errors. Using this function you can validate your user worksheets and see if all the formulas they use are supported.

    Remarks

    Note that you *can* use unsupported functions on FlexCel. When you open the generated file on Excel it will show ok. The only problem is if you need to natively print or export to PDF the file.

    Also, take in account that RecalcAndVerify is slower than recalc, as it has to do more work to locate the errors. Do not use it as a replace for Recalc

    Syntax

    Namespace: FlexCel.Core

    public abstract TUnsupportedFormulaList RecalcAndVerify()

    See also

    • ExcelFile
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com