Table of Contents

TZippyReader.TZippyReader Constructor

Overloads

TZippyReader.TZippyReader

Creates a new TZippyReader.

Syntax

Namespace: FlexCel.Core

public TZippyReader()

See also

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