[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/spout/src/Spout/Reader/ODS/ -> Sheet.php (summary)

(no description)

File Size: 66 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Sheet:: (4 methods):
  __construct()
  getRowIterator()
  getIndex()
  getName()


Class: Sheet  - X-Ref

Class Sheet
Represents a sheet within a ODS file

__construct($xmlReader, $sheetIndex, $sheetName)   X-Ref

param: XMLReader $xmlReader XML Reader, positioned on the "<table:table>" element
param: int $sheetIndex Index of the sheet, based on order in the workbook (zero-based)
param: string $sheetName Name of the sheet

getRowIterator()   X-Ref

return: \Box\Spout\Reader\ODS\RowIterator

getIndex()   X-Ref

return: int Index of the sheet, based on order in the workbook (zero-based)

getName()   X-Ref

return: string Name of the sheet



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1