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
  • PHPExcel_Autoloader
  • PHPExcel_Comment
  • PHPExcel_DocumentProperties
  • PHPExcel_DocumentSecurity
  • PHPExcel_HashTable
  • PHPExcel_IOFactory
  • PHPExcel_NamedRange
  • PHPExcel_ReferenceHelper
  • PHPExcel_WorksheetIterator

Interfaces

  • PHPExcel_IComparable

Exceptions

  • PHPExcel_Exception
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_WorksheetIterator

PHPExcel_WorksheetIterator

Used to iterate worksheets in PHPExcel

PHPExcel_WorksheetIterator implements Iterator
Package: PHPExcel
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/WorksheetIterator.php
Methods summary
public
# __construct( PHPExcel $subject = null )

Create a new worksheet iterator

Create a new worksheet iterator

Parameters

$subject
public
# __destruct( )

Destructor

Destructor

public
# rewind( )

Rewind iterator

Rewind iterator

Implementation of

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

Current PHPExcel_Worksheet

Current PHPExcel_Worksheet

Returns

PHPExcel_Worksheet

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( )

More PHPExcel_Worksheet instances available?

More PHPExcel_Worksheet instances available?

Returns

boolean

Implementation of

Iterator::valid()
Properties summary
private PHPExcel $_subject

Spreadsheet to iterate

Spreadsheet to iterate

#
private integer $_position

Current iterator position

Current iterator position

# 0
Autene API documentation generated by ApiGen