Search Results for

    Show / Hide Table of Contents

    TZippyReader.TZippyReader Constructor

    Overloads

    • TZippyReader.TZippyReader
    • TZippyReader.TZippyReader(Boolean)

    TZippyReader.TZippyReader

    Creates a new TZippyReader.

    Syntax

    Namespace: FlexCel.Core

    public TZippyReader()

    See also

    • TZippyReader

    TZippyReader.TZippyReader(Boolean)

    Creates a new TZippyReader specifying if the files are case-insensitive. Note: Zip files by default are *not* case insensitive, but you might need this for compatibility with wrong xlsx files where the listed file doesn't match the case of the actual file. (Excel opens those files fine).

    Syntax

    Namespace: FlexCel.Core

    public TZippyReader(Boolean caseInsensitiveFiles)

    Parameters

    <-> Parameter Type Description
    caseInsensitiveFiles Boolean If true, files inside the zip will be treated the same ignoring the case.
    So README.TXT and readme.txt will be considered the same file.

    See also

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