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

Class: PHPExcel_Writer_Excel5

Source Location: /PHPExcel/Writer/Excel5.php

Class Overview


PHPExcel_Writer_Excel5


Author(s):

Copyright:

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

Implements interfaces:

Variables

Methods



Class Details

[line 52]
PHPExcel_Writer_Excel5

PHPExcel_Writer_Excel5




Tags:

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


[ Top ]


Class Variables

$_colors = array()

[line 70]

Color cache

Color cache




Tags:

access:  private

Type:   mixed


[ Top ]

$_phpExcel =

[line 58]

PHPExcel object

PHPExcel object




Tags:

access:  private

Type:   PHPExcel


[ Top ]

$_tempDir =  ''

[line 65]

Temporary storage directory

Temporary storage directory




Tags:

access:  private

Type:   string


[ Top ]



Class Methods


constructor __construct [line 77]

PHPExcel_Writer_Excel5 __construct( $phpExcel)

Create a new PHPExcel_Writer_Excel5

Create a new PHPExcel_Writer_Excel5




Tags:

access:  public


Parameters:

PHPExcel   $phpExcel   PHPExcel object

[ Top ]

method getTempDir [line 446]

string getTempDir( )

Get temporary storage directory

Get temporary storage directory




Tags:

access:  public


[ Top ]

method save [line 89]

void save( [ $pFilename = null], string $pFileName)

Save PHPExcel to file

Save PHPExcel to file




Tags:

throws:  Exception
access:  public


Parameters:

string   $pFileName  
   $pFilename  

[ Top ]

method setTempDir [line 456]

void setTempDir( [string $pValue = ''])

Set temporary storage directory

Set temporary storage directory




Tags:

throws:  Exception Exception when directory does not exist
access:  public


Parameters:

string   $pValue   Temporary storage directory

[ Top ]

method _addColor [line 315]

void _addColor( $workbook, $rgb)

Add color

Add color




Tags:

access:  private


Parameters:

   $workbook  
   $rgb  

[ Top ]

method _allStyles [line 427]

PHPExcel_Style[] _allStyles( [ $pPHPExcel = null])

Get an array of all styles

Get an array of all styles




Tags:

return:  All styles in PHPExcel
throws:  Exception
access:  private


Parameters:

PHPExcel   $pPHPExcel  

[ Top ]

method _mapBorderStyle [line 326]

void _mapBorderStyle( $borderStyle)

Map border style

Map border style




Tags:

access:  private


Parameters:

   $borderStyle  

[ Top ]

method _mapErrorCode [line 406]

void _mapErrorCode( $errorCode)

Map Error code

Map Error code




Tags:

access:  private


Parameters:

   $errorCode  

[ Top ]

method _mapFillType [line 369]

void _mapFillType( $fillType)

Map fill type

Map fill type




Tags:

access:  private


Parameters:

   $fillType  

[ Top ]

method _mapUnderline [line 349]

void _mapUnderline( $underline)

Map underline

Map underline




Tags:

access:  private


Parameters:

   $underline  

[ Top ]

method _mapVAlign [line 399]

void _mapVAlign( $vAlign)

Map VAlign

Map VAlign




Tags:

access:  private


Parameters:

   $vAlign  

[ Top ]


Documentation generated on Mon, 05 Jan 2009 20:36:56 +0100 by phpDocumentor 1.4.1