\Samples\Sample12ChunkReadFilter

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 : 

Type

$endRow

$endRow : 

Type

Methods

setRows()

setRows(mixed  $startRow, mixed  $chunkSize) 

Set the list of rows that we want to read.

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