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

Class: PHPExcel_Reader_OOCalc

Source Location: /PHPExcel/Reader/OOCalc.php

Class Overview


PHPExcel_Reader_OOCalc


Author(s):

Copyright:

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

Implements interfaces:

Variables

Methods



Class Details

[line 63]
PHPExcel_Reader_OOCalc

PHPExcel_Reader_OOCalc




Tags:

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


[ Top ]


Class Variables

$_loadSheetsOnly =  null

[line 77]

Restict which sheets should be loaded?

Restict which sheets should be loaded?




Tags:

access:  private

Type:   array


[ Top ]

$_readDataOnly =  false

[line 70]

Read data only?

Read data only?




Tags:

access:  private

Type:   boolean


[ Top ]

$_readFilter =  null

[line 98]

PHPExcel_Reader_IReadFilter instance

PHPExcel_Reader_IReadFilter instance




Tags:

access:  private



[ Top ]

$_sheetIndex =

[line 84]

Sheet index to read

Sheet index to read




Tags:

access:  private

Type:   int


[ Top ]

$_styles = array()

[line 91]

Formats

Formats




Tags:

access:  private

Type:   array


[ Top ]



Class Methods


static method identifyFixedStyleValue [line 225]

static void identifyFixedStyleValue( $styleList, &$styleAttributeValue)



Tags:

access:  private


Parameters:

   $styleList  
   &$styleAttributeValue  

[ Top ]

constructor __construct [line 178]

PHPExcel_Reader_OOCalc __construct( )

Create a new PHPExcel_Reader_OOCalc

Create a new PHPExcel_Reader_OOCalc




Tags:

access:  public


[ Top ]

method canRead [line 189]

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 getLoadSheetsOnly [line 126]

mixed getLoadSheetsOnly( )

Get which sheets to load

Get which sheets to load




Tags:

access:  public


[ Top ]

method getReadDataOnly [line 106]

boolean getReadDataOnly( )

Read data only?

Read data only?




Tags:

access:  public


[ Top ]

method getReadFilter [line 160]

PHPExcel_Reader_IReadFilter getReadFilter( )

Read filter

Read filter




Tags:

access:  public


[ Top ]

method getSheetIndex [line 486]

int getSheetIndex( )

Get sheet index

Get sheet index




Tags:

access:  public


[ Top ]

method load [line 216]

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

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 setLoadAllSheets [line 149]

PHPExcel_Reader_Excel2007 setLoadAllSheets( )

Set all sheets to load

Set all sheets to load




Tags:

access:  public


[ Top ]

method setLoadSheetsOnly [line 137]

PHPExcel_Reader_Excel2007 setLoadSheetsOnly( [mixed $value = null])

Set which sheets to load

Set which sheets to load




Tags:

access:  public


Parameters:

mixed   $value  

[ Top ]

method setReadDataOnly [line 116]

PHPExcel_Reader_Excel2007 setReadDataOnly( [boolean $pValue = false])

Set read data only

Set read data only




Tags:

access:  public


Parameters:

boolean   $pValue  

[ Top ]

method setReadFilter [line 170]

PHPExcel_Reader_Excel2007 setReadFilter( PHPExcel_Reader_IReadFilter $pValue)

Set read filter

Set read filter




Tags:

access:  public


Parameters:

PHPExcel_Reader_IReadFilter   $pValue  

[ Top ]

method setSheetIndex [line 496]

PHPExcel_Reader_OOCalc 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:12:35 +0100 by phpDocumentor 1.4.1