\PHPExcel_Worksheet_CellIterator

PHPExcel_Worksheet_CellIterator

Used to iterate rows in a PHPExcel_Worksheet

Summary

Methods
Properties
Constants
__destruct()
getIterateOnlyExistingCells()
setIterateOnlyExistingCells()
No public properties found
No constants found
adjustForExistingOnlyRange()
$_subject
$_position
$_onlyExistingCells
N/A
No private methods found
No private properties found
N/A

Properties

$_subject

$_subject : \PHPExcel_Worksheet

PHPExcel_Worksheet to iterate

Type

\PHPExcel_Worksheet

$_position

$_position : mixed

Current iterator position

Type

mixed

$_onlyExistingCells

$_onlyExistingCells : boolean

Iterate only existing cells

Type

boolean

Methods

__destruct()

__destruct() 

Destructor

getIterateOnlyExistingCells()

getIterateOnlyExistingCells() : boolean

Get loop only existing cells

Returns

boolean

setIterateOnlyExistingCells()

setIterateOnlyExistingCells(boolean  $value = true) 

Set the iterator to loop only existing cells

Parameters

boolean $value

Throws

\PHPExcel_Exception

adjustForExistingOnlyRange()

adjustForExistingOnlyRange() 

Validate start/end values for "IterateOnlyExistingCells" mode, and adjust if necessary

Throws

\PHPExcel_Exception