[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

(no description)

File Size: 64 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 XLSX file

__construct($filePath, $sheetDataXMLFilePath, $sharedStringsHelper, $sheetIndex, $sheetName)   X-Ref

param: string $filePath Path of the XLSX file being read
param: string $sheetDataXMLFilePath Path of the sheet data XML file as in [Content_Types].xml
param: Helper\SharedStringsHelper Helper to work with shared strings
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\XLSX\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