[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 549 lines (21 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_Reader_HTML:: (14 methods):
__construct()
isValidFormat()
load()
setInputEncoding()
getInputEncoding()
setTableStartColumn()
getTableStartColumn()
releaseTableStartColumn()
flushCell()
processDomElement()
loadIntoExisting()
getSheetIndex()
setSheetIndex()
securityScan()
Class: PHPExcel_Reader_HTML - X-Ref
PHPExcel_Reader_HTML__construct() X-Ref |
Create a new PHPExcel_Reader_HTML |
isValidFormat() X-Ref |
Validate that the current file is an HTML file return: boolean |
load($pFilename) X-Ref |
Loads PHPExcel from file param: string $pFilename return: PHPExcel |
setInputEncoding($pValue = 'ANSI') X-Ref |
Set input encoding param: string $pValue Input encoding |
getInputEncoding() X-Ref |
Get input encoding return: string |
setTableStartColumn($column) X-Ref |
No description |
getTableStartColumn() X-Ref |
No description |
releaseTableStartColumn() X-Ref |
No description |
flushCell($sheet, $column, $row, &$cellContent) X-Ref |
No description |
processDomElement(DOMNode $element, $sheet, &$row, &$column, &$cellContent, $format = null) X-Ref |
No description |
loadIntoExisting($pFilename, PHPExcel $objPHPExcel) X-Ref |
Loads PHPExcel from file into PHPExcel instance param: string $pFilename param: PHPExcel $objPHPExcel return: PHPExcel |
getSheetIndex() X-Ref |
Get sheet index return: int |
setSheetIndex($pValue = 0) X-Ref |
Set sheet index param: int $pValue Sheet index return: PHPExcel_Reader_HTML |
securityScan($xml) X-Ref |
Scan theXML for use of <!ENTITY to prevent XXE/XEE attacks param: string $xml |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |