\Samples\Sample09ChunkReadFilter

Define a Read Filter class implementing IReadFilter

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
N/A

Properties

$startRow

$startRow

$endRow

$endRow

Methods

__construct()

__construct(mixed  $startRow, mixed  $chunkSize) : mixed

We expect a list of the rows that we want to read to be passed into the constructor.

Parameters

mixed $startRow
mixed $chunkSize

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 —