Table of Contents
Methods
-
__construct()
: mixed
-
load()
: void
-
boolean()
: bool
__construct()
public
__construct(Worksheet $workSheet[, SimpleXMLElement|null $worksheetXml = null ]) : mixed
Parameters
-
$workSheet
: Worksheet
-
-
$worksheetXml
: SimpleXMLElement|null
= null
-
load()
public
load([IReadFilter|null $readFilter = null ][, bool $readDataOnly = false ][, bool $ignoreRowsWithNoCells = false ]) : void
Parameters
-
$readFilter
: IReadFilter|null
= null
-
-
$readDataOnly
: bool
= false
-
-
$ignoreRowsWithNoCells
: bool
= false
-
boolean()
protected
static boolean(mixed $value) : bool
Parameters
-
$value
: mixed
-