| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 40 lines (1 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
WorksheetInterface:: (4 methods):
getExternalSheet()
getLastWrittenRowIndex()
addRow()
close()
Interface: WorksheetInterface - X-Ref
Interface WorksheetInterface| getExternalSheet() X-Ref |
return: \Box\Spout\Writer\Common\Sheet The "external" sheet |
| getLastWrittenRowIndex() X-Ref |
return: int The index of the last written row |
| addRow($dataRow, $style) X-Ref |
| Adds data to the worksheet. param: array $dataRow Array containing data to be written. param: \Box\Spout\Writer\Style\Style $style Style to be applied to the row. NULL means use default style. return: void |
| close() X-Ref |
| Closes the worksheet return: void |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |