[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/phpexcel/PHPExcel/Reader/ -> HTML.php (summary)

(no description)

File Size: 549 lines (21 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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

Copyright (c) 2006 - 2015 PHPExcel

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

__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