\Samples\Sample14ChunkReadFilter

Define a Read Filter class implementing IReadFilter

Summary

Methods
Properties
Constants
setRows()
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

setRows()

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

Set the list of rows that we want to read.

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 —