Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel_Worksheet
  • PHPExcel_Worksheet_AutoFilter
  • PHPExcel_Worksheet_AutoFilter_Column
  • PHPExcel_Worksheet_AutoFilter_Column_Rule
  • PHPExcel_Worksheet_BaseDrawing
  • PHPExcel_Worksheet_CellIterator
  • PHPExcel_Worksheet_ColumnDimension
  • PHPExcel_Worksheet_HeaderFooter
  • PHPExcel_Worksheet_HeaderFooterDrawing
  • PHPExcel_Worksheet_MemoryDrawing
  • PHPExcel_Worksheet_PageMargins
  • PHPExcel_Worksheet_PageSetup
  • PHPExcel_Worksheet_Protection
  • PHPExcel_Worksheet_Row
  • PHPExcel_Worksheet_RowDimension
  • PHPExcel_Worksheet_RowIterator
  • PHPExcel_Worksheet_SheetView
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_Worksheet_CellIterator

PHPExcel_Worksheet_CellIterator

Used to iterate rows in a PHPExcel_Worksheet

PHPExcel_Worksheet_CellIterator implements Iterator
Package: PHPExcel\Worksheet
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Worksheet/CellIterator.php
Methods summary
public
# __construct( PHPExcel_Worksheet $subject = null, integer $rowIndex = 1 )

Create a new cell iterator

Create a new cell iterator

Parameters

$subject
$rowIndex
public
# __destruct( )

Destructor

Destructor

public
# rewind( )

Rewind iterator

Rewind iterator

Implementation of

Iterator::rewind()
public PHPExcel_Cell
# current( )

Current PHPExcel_Cell

Current PHPExcel_Cell

Returns

PHPExcel_Cell

Implementation of

Iterator::current()
public integer
# key( )

Current key

Current key

Returns

integer

Implementation of

Iterator::key()
public
# next( )

Next value

Next value

Implementation of

Iterator::next()
public boolean
# valid( )

Are there any more PHPExcel_Cell instances available?

Are there any more PHPExcel_Cell instances available?

Returns

boolean

Implementation of

Iterator::valid()
public boolean
# getIterateOnlyExistingCells( )

Get loop only existing cells

Get loop only existing cells

Returns

boolean
public
# setIterateOnlyExistingCells( boolean $value = true )

Set the iterator to loop only existing cells

Set the iterator to loop only existing cells

Parameters

$value
Properties summary
private PHPExcel_Worksheet $_subject

PHPExcel_Worksheet to iterate

PHPExcel_Worksheet to iterate

#
private integer $_rowIndex

Row index

Row index

#
private integer $_position

Current iterator position

Current iterator position

# 0
private boolean $_onlyExistingCells

Loop only existing cells

Loop only existing cells

# true
Autene API documentation generated by ApiGen