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

Class: PHPExcel_Reader_SYLK

Source Location: /PHPExcel/Reader/SYLK.php

Class Overview


PHPExcel_Reader_SYLK


Author(s):

Copyright:

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

Implements interfaces:

Methods



Class Details

[line 45]
PHPExcel_Reader_SYLK



Tags:

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


[ Top ]


Class Methods


constructor __construct [line 85]

PHPExcel_Reader_SYLK __construct( )

Create a new PHPExcel_Reader_SYLK



Tags:

access:  public


[ Top ]

method canRead [line 95]

boolean canRead( $pFilename, string $pFileName)

Can the current PHPExcel_Reader_IReader read the file?



Tags:

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 173]

string getInputEncoding( )

Get input encoding



Tags:

access:  public


[ Top ]

method getReadFilter [line 143]

PHPExcel_Reader_IReadFilter getReadFilter( )

Read filter



Tags:

access:  public


[ Top ]

method getSheetIndex [line 400]

int getSheetIndex( )

Get sheet index



Tags:

access:  public


[ Top ]

method load [line 129]

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 186]

PHPExcel loadIntoExisting( string $pFilename, $objPHPExcel)

Loads PHPExcel from file into PHPExcel instance



Tags:

throws:  Exception
access:  public


Parameters:

string   $pFilename  
PHPExcel   $objPHPExcel  

[ Top ]

method setInputEncoding [line 162]

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

Set input encoding



Tags:

access:  public


Parameters:

string   $pValue   Input encoding

[ Top ]

method setReadFilter [line 152]

void setReadFilter( PHPExcel_Reader_IReadFilter $pValue)

Set read filter



Tags:

access:  public


Parameters:

PHPExcel_Reader_IReadFilter   $pValue  

[ Top ]

method setSheetIndex [line 410]

PHPExcel_Reader_SYLK setSheetIndex( [int $pValue = 0])

Set sheet index



Tags:

access:  public


Parameters:

int   $pValue   Sheet index

[ Top ]


Documentation generated on Sun, 27 Feb 2011 16:34:21 -0800 by phpDocumentor 1.4.3