\Samples\Sample10MyReadFilter

Summary

Methods
Properties
Constants
__construct()
readCell()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$startRow
$endRow
$columns
N/A

Properties

$startRow

$startRow

$endRow

$endRow

$columns

$columns

Methods

__construct()

__construct(mixed  $startRow, mixed  $endRow, mixed  $columns) : mixed

Parameters

mixed $startRow
mixed $endRow
mixed $columns

Returns

mixed —

readCell()

readCell(mixed  $column, mixed  $row, mixed  $worksheetName = '') : bool

Should this cell be read?

Parameters

mixed $column

Column address (as a string value like "A", or "IV")

mixed $row

Row number

mixed $worksheetName

Optional worksheet name

Returns

bool —