PHPExcel_Reader
[ class tree: PHPExcel_Reader ] [ index: PHPExcel_Reader ] [ all elements ]

Class: PHPExcel_Reader_HTML

Source Location: /PHPExcel/Reader/HTML.php

Class Overview


PHPExcel_Reader_HTML


Author(s):

Copyright:

  • Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel)

Implements interfaces:

Methods



Class Details

[line 45]
PHPExcel_Reader_HTML



Tags:

copyright:  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel)


[ Top ]


Class Methods


constructor __construct [line 114]

PHPExcel_Reader_HTML __construct( )

Create a new PHPExcel_Reader_HTML



Tags:

access:  public


[ Top ]

method canRead [line 125]

boolean canRead( $pFilename, string $pFileName)

Can the current PHPExcel_Reader_IReader read the file?



Tags:

throws:  Exception
access:  public



Implementation of:
PHPExcel_Reader_IReader::canRead()
Can the current PHPExcel_Reader_IReader read the file?

Parameters:

string   $pFileName  
   $pFilename  

[ Top ]

method getInputEncoding [line 191]

string getInputEncoding( )

Get input encoding



Tags:

access:  public


[ Top ]

method getReadFilter [line 161]

PHPExcel_Reader_IReadFilter getReadFilter( )

Read filter



Tags:

access:  public


[ Top ]

method getSheetIndex [line 484]

int getSheetIndex( )

Get sheet index



Tags:

access:  public


[ Top ]

method load [line 147]

PHPExcel load( string $pFilename)

Loads PHPExcel from file



Tags:

throws:  Exception
access:  public



Implementation of:
PHPExcel_Reader_IReader::load()
Loads PHPExcel from file

Parameters:

string   $pFilename  

[ Top ]

method loadIntoExisting [line 438]

PHPExcel loadIntoExisting( string $pFilename, PHPExcel $objPHPExcel)

Loads PHPExcel from file into PHPExcel instance



Tags:

throws:  Exception
access:  public


Parameters:

string   $pFilename  
PHPExcel   $objPHPExcel  

[ Top ]

method setInputEncoding [line 180]

void setInputEncoding( [string $pValue = 'ANSI'])

Set input encoding



Tags:

access:  public


Parameters:

string   $pValue   Input encoding

[ Top ]

method setReadFilter [line 170]

void setReadFilter( PHPExcel_Reader_IReadFilter $pValue)

Set read filter



Tags:

access:  public


Parameters:

PHPExcel_Reader_IReadFilter   $pValue  

[ Top ]

method setSheetIndex [line 494]

PHPExcel_Reader_HTML setSheetIndex( [int $pValue = 0])

Set sheet index



Tags:

access:  public


Parameters:

int   $pValue   Sheet index

[ Top ]


Documentation generated on Fri, 12 Oct 2012 00:16:28 +0200 by phpDocumentor 1.4.4