| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
PHPExcel Copyright (c) 2006 - 2014 PHPExcel
| Copyright: | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
| License: | http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL |
| Version: | ##VERSION##, ##DATE## |
| File Size: | 468 lines (14 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
PHPExcel_Reader_HTML:: (13 methods):
__construct()
_isValidFormat()
load()
setInputEncoding()
getInputEncoding()
_setTableStartColumn()
_getTableStartColumn()
_releaseTableStartColumn()
_flushCell()
_processDomElement()
loadIntoExisting()
getSheetIndex()
setSheetIndex()
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) 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 |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |