Documentation

SpreadsheetChunkReader
in package
implements IReadFilter

Table of Contents

Interfaces

IReadFilter

Properties

$endRow  : mixed
$startRow  : mixed

Methods

readCell()  : mixed
setRows()  : mixed
Set the list of rows that we want to read.

Properties

Methods

readCell()

public readCell(mixed $column, mixed $row[, mixed $worksheetName = '' ]) : mixed
Parameters
$column : mixed
$row : mixed
$worksheetName : mixed = ''

setRows()

Set the list of rows that we want to read.

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

        
On this page

Search results