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

Class: PHPExcel_Reader_Excel2003XML

Source Location: /PHPExcel/Reader/Excel2003XML.php

Class Overview


PHPExcel_Reader_Excel2003XML


Author(s):

Copyright:

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

Implements interfaces:

Variables

Methods



Class Details

[line 63]
PHPExcel_Reader_Excel2003XML

PHPExcel_Reader_Excel2003XML




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

static void identifyFixedStyleValue( $styleList, &$styleAttributeValue)



Tags:

access:  private


Parameters:

   $styleList  
   &$styleAttributeValue  

[ Top ]

static method _pixel2WidthUnits [line 266]

static void _pixel2WidthUnits( pxs $pxs)

pixel units to excel width units(units of 1/256th of a character width)

pixel units to excel width units(units of 1/256th of a character width)




Tags:

access:  private


Parameters:

pxs   $pxs  

[ Top ]

static method _widthUnits2Pixel [line 279]

static void _widthUnits2Pixel( widthUnits $widthUnits)

excel width units(units of 1/256th of a character width) to pixel units

excel width units(units of 1/256th of a character width) to pixel units




Tags:

access:  private


Parameters:

widthUnits   $widthUnits  

[ Top ]

constructor __construct [line 178]

PHPExcel_Reader_Excel2003XML __construct( )

Create a new PHPExcel_Reader_Excel2003XML

Create a new PHPExcel_Reader_Excel2003XML




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

int getSheetIndex( )

Get sheet index

Get sheet index




Tags:

access:  public


[ Top ]

method load [line 241]

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

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

PHPExcel_Reader_Excel2003XML 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:08:59 +0100 by phpDocumentor 1.4.1