Table of Contents

ExcelFile.HasTable Method

Returns true if the table exists in the file.

Syntax

Namespace: FlexCel.Core

public abstract Boolean HasTable(String tableName)

Parameters

<-> Parameter Type Description
tableName String Name of the table (case insensitive).

See also