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 - 2010 PHPExcel (http://www.codeplex.com/PHPExcel)

Implements interfaces:

Variables

Methods



Class Details

[line 63]
PHPExcel_Reader_SYLK

PHPExcel_Reader_SYLK




Tags:

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


[ Top ]


Class Variables

$_delimiter =

[line 77]

Delimiter

Delimiter




Tags:

access:  private

Type:   string


[ Top ]

$_enclosure =

[line 84]

Enclosure

Enclosure




Tags:

access:  private

Type:   string


[ Top ]

$_format =  0

[line 112]

Format Count

Format Count




Tags:

access:  private

Type:   int


[ Top ]

$_formats = array()

[line 105]

Formats

Formats




Tags:

access:  private

Type:   array


[ Top ]

$_inputEncoding =

[line 70]

Input encoding

Input encoding




Tags:

access:  private

Type:   string


[ Top ]

$_lineEnding =

[line 91]

Line ending

Line ending




Tags:

access:  private

Type:   string


[ Top ]

$_readFilter =  null

[line 119]

PHPExcel_Reader_IReadFilter instance

PHPExcel_Reader_IReadFilter instance




Tags:

access:  private



[ Top ]

$_sheetIndex =

[line 98]

Sheet index to read

Sheet index to read




Tags:

access:  private

Type:   int


[ Top ]



Class Methods


constructor __construct [line 124]

PHPExcel_Reader_SYLK __construct( )

Create a new PHPExcel_Reader_SYLK

Create a new PHPExcel_Reader_SYLK




Tags:

access:  public


[ Top ]

method canRead [line 139]

boolean canRead( $pFilename, string $pFileName)

Can the current PHPExcel_Reader_IReader read the file?

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 getDelimiter [line 429]

string getDelimiter( )

Get delimiter

Get delimiter




Tags:

access:  public


[ Top ]

method getEnclosure [line 449]

string getEnclosure( )

Get enclosure

Get enclosure




Tags:

access:  public


[ Top ]

method getInputEncoding [line 214]

string getInputEncoding( )

Get input encoding

Get input encoding




Tags:

access:  public


[ Top ]

method getLineEnding [line 472]

string getLineEnding( )

Get line ending

Get line ending




Tags:

access:  public


[ Top ]

method getReadFilter [line 186]

PHPExcel_Reader_IReadFilter getReadFilter( )

Read filter

Read filter




Tags:

access:  public


[ Top ]

method getSheetIndex [line 492]

int getSheetIndex( )

Get sheet index

Get sheet index




Tags:

access:  public


[ Top ]

method load [line 172]

void load( string $pFilename)

Loads PHPExcel from file

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

void loadIntoExisting( string $pFilename, $objPHPExcel)

Loads PHPExcel from file into PHPExcel instance

Loads PHPExcel from file into PHPExcel instance




Tags:

throws:  Exception
access:  public


Parameters:

string   $pFilename  
PHPExcel   $objPHPExcel  

[ Top ]

method setDelimiter [line 439]

PHPExcel_Reader_SYLK setDelimiter( [string $pValue = ','])

Set delimiter

Set delimiter




Tags:

access:  public


Parameters:

string   $pValue   Delimiter, defaults to ,

[ Top ]

method setEnclosure [line 459]

PHPExcel_Reader_SYLK setEnclosure( [string $pValue = '"'])

Set enclosure

Set enclosure




Tags:

access:  public


Parameters:

string   $pValue   Enclosure, defaults to "

[ Top ]

method setInputEncoding [line 204]

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

Set input encoding

Set input encoding




Tags:

access:  public


Parameters:

string   $pValue   Input encoding

[ Top ]

method setLineEnding [line 482]

PHPExcel_Reader_SYLK setLineEnding( [string $pValue = PHP_EOL])

Set line ending

Set line ending




Tags:

access:  public


Parameters:

string   $pValue   Line ending, defaults to OS line ending (PHP_EOL)

[ Top ]

method setReadFilter [line 195]

void setReadFilter( PHPExcel_Reader_IReadFilter $pValue)

Set read filter

Set read filter




Tags:

access:  public


Parameters:

PHPExcel_Reader_IReadFilter   $pValue  

[ Top ]

method setSheetIndex [line 502]

PHPExcel_Reader_SYLK setSheetIndex( [int $pValue = 0])

Set sheet index

Set sheet index




Tags:

access:  public


Parameters:

int   $pValue   Sheet index

[ Top ]


Documentation generated on Mon, 11 Jan 2010 08:14:33 +0100 by phpDocumentor 1.4.1