\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 : 

Type

$endRow

$endRow : 

Type

Methods

__construct()

__construct(mixed  $startRow, mixed  $chunkSize) 

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

Parameters

mixed $startRow
mixed $chunkSize

readCell()

readCell(string  $column, integer  $row, string  $worksheetName = '') : boolean

Should this cell be read?

Parameters

string $column

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

integer $row

Row number

string $worksheetName

Optional worksheet name

Returns

boolean