[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 64 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Sheet:: (4 methods):
__construct()
getRowIterator()
getIndex()
getName()
__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 |